All guides
Sven Böttger|May 28, 2026|10 min

MCP Store: The Server Reference

The curated catalog of MCP servers that myos uses to connect Claude directly to a client's real tools, including copy-ready installation commands.

MCP Store: The Server Reference

What MCP is and why it matters

The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude not only generate text but also work directly with real tools. Instead of manually copying data out of a system and pasting it into a chat, Claude talks straight to a client's production applications through MCP servers: deployments, CRM, payment processing, design files, project boards, and more.

At myos, we wire these servers into Claude Code and Claude so that a language model becomes a capable employee: one that deploys a feature, looks up an invoice, closes a ticket, or triggers a design export without anyone having to open the tool itself. This page is our curated catalog of the servers we reach for most often, each with the exact installation command.

How to read this reference

Every server follows the same pattern. You copy the command into the terminal, complete a one-time browser authentication for hosted servers, and Claude can then operate the system. The commands are taken verbatim and ready to use.

Setup in three steps

The prerequisite is an installed Claude Code environment. Install it globally via npm first:

npm install -g @anthropic-ai/claude-code

The generic installation pattern for any server is then:

claude mcp add <name> <command>

Most hosted servers then require a one-time sign-in in the browser. To do this, run the /mcp command in the Claude Code terminal and click the Authenticate link next to the relevant server. Only after that is the server usable by Claude.

Note on placeholders

For Workato and Zapier, you first generate your own MCP URL for the apps you want (in the respective provider's documentation) and insert that URL in place of the placeholder in angle brackets.

The server catalog

The table below summarizes all 31 servers by category. The Purpose column states the core benefit, the Installation column the copy-ready command. The detailed use cases per category follow afterward.

ServerPurposeInstallation
PlaywrightBrowser automation: tests, scraping, screenshots, UI workflowsclaude mcp add playwright npx @playwright/mcp@latest
JamDebugging based on recorded sessions (actions, console, network)claude mcp add --transport http jam https://mcp.jam.dev/mcp
SentryError tracking: exceptions, stack traces, and performance in real timeclaude mcp add --transport http sentry https://mcp.sentry.dev/mcp
Hugging FaceSearch and use ML models, datasets, and Spacesclaude mcp add --transport http hugging-face https://huggingface.co/mcp
VercelFrontend deployments, preview URLs, logs, and docs searchclaude mcp add --transport http vercel https://mcp.vercel.com
NetlifyHosting and CI/CD: deploys, environment variables, build logsclaude mcp add --transport http netlify https://mcp.netlify.com
CloudflareCDN and security: DNS, traffic analysis, firewall, cacheclaude mcp add --transport http cloudflare https://mcp.cloudflare.com
WorkatoIntegration platform: trigger recipes, move data across systemsclaude mcp add --transport http workato <Ihre_Workato_MCP_URL>
ZapierAutomation across 7,000+ apps: trigger Zaps and run actionsclaude mcp add --transport http zapier <Ihre_Zapier_MCP_URL>
AirtableFlexible database: read and write records, tables, aggregationsclaude mcp add --transport http airtable https://mcp.airtable.com
Monday.comWork management: boards, items, status, timelinesclaude mcp add --transport http monday https://mcp.monday.com
LinearIssue tracking: fetch, create, comment on tickets, sprintsclaude mcp add --transport sse linear-server https://mcp.linear.app/sse
ClickUpWork management: tasks, status, assignments, time trackingclaude mcp add --transport http clickup https://mcp.clickup.com
AsanaProject management: create and organize tasks and projectsclaude mcp add --transport http asana https://mcp.asana.com
AtlassianJira and Confluence: manage tickets and knowledge baseclaude mcp add --transport http atlassian https://mcp.atlassian.tools/mcp/v1
NotionWorkspace: search, create, and update pages and databasesclaude mcp add --transport http notion https://mcp.notion.com
BoxContent management: search files, retrieve content, create foldersclaude mcp add --transport http box https://mcp.box.com/
FirefliesAnalyze meeting transcripts and create recapsclaude mcp add --transport http fireflies https://api.fireflies.ai/mcp
IntercomSupport: conversations, tickets, and user data in real timeclaude mcp add --transport http intercom https://mcp-server.intercom.io/mcp
CanvaGraphic design: fill templates, edit elementsclaude mcp add --transport http canva https://mcp.canva.com
FigmaDesign files, asset export, and Dev Mode connectionclaude mcp add --transport http figma https://mcp.figma.com
InVideoAI-assisted video creation and editing by voiceclaude mcp add --transport http invideo https://mcp.invideo.io
CloudinaryMedia management: uploads, transformations, asset handlingclaude mcp add --transport http cloudinary https://mcp.cloudinary.com
StripePayments: subscriptions, invoices, charges, revenue analyticsclaude mcp add --transport http stripe https://mcp.stripe.com
PayPalQuery transactions, trigger payments, refundsclaude mcp add --transport http paypal https://mcp.paypal.com
PlaidBanking data: balances and transactions, integration supportclaude mcp add --transport http plaid https://mcp.plaid.com
DaloopaFinancial data from SEC filings and investor presentationsclaude mcp add --transport http daloopa https://mcp-api.daloopa.com
SquarePoint of sale: revenue, inventory, orders in retailclaude mcp add --transport http square https://mcp.squareup.com
HubSpotCRM: contacts, companies, deals, plus sales and marketing analyticsclaude mcp add --transport http hubspot https://mcp.hubspot.com
StytchAuthentication: OAuth clients, templates, user and auth settingsclaude mcp add --transport http stytch http://mcp.stytch.dev/mcp
SocketCheck dependencies for vulnerabilities and malicious code (NPM, PyPI)claude mcp add --transport http socket https://mcp.socket.dev/

Developer Tools

Playwright, Jam, Sentry, Hugging Face

The developer tools connect Claude to the everyday tools of software development. Playwright drives a real browser and is suited for end-to-end tests, web scraping of dynamic content, filling out forms, visual testing through screenshot comparison, accessibility snapshots, capturing network traffic, and automated product demos.

Jam provides recorded sessions with user actions, console logs, and network requests, so Claude can reproduce reported bugs from video replays and analyze QA errors with full context. Sentry pulls in error reports, stack traces, and performance issues in real time: ideal for fast incident response and quality assurance after deployments. Hugging Face opens access to the ML hub to find models and datasets, compare model cards, and use hosted Spaces directly.

Infrastructure

Vercel, Netlify, Cloudflare

These servers give Claude control over hosting and delivery. Vercel and Netlify cover frontend deployments: deploy feature branches and get preview URLs, retrieve logs from recent deployments, create new projects from repositories, and analyze build errors. With Netlify, you can additionally read form submissions and manage environment variables.

Cloudflare adds CDN and security: create DNS records, query traffic analytics, view blocked threats, activate protection modes, and clear the cache. This turns a chat into a DevOps cockpit.

Productivity and Project Management

Workato, Zapier, Airtable, Monday.com, Linear, ClickUp, Asana, Atlassian

Workato and Zapier are the universal bridgeheads: Workato connects thousands of enterprise applications and can trigger recipes as well as query data across systems, for example Zendesk tickets and Jira bugs in a single step. Zapier opens up over 7,000 apps for end-to-end workflows by chat, from a lead in a spreadsheet to a Slack summary. For both, you first generate your own MCP URL and insert it into the command.

Airtable serves as a flexible database for CRM and inventory queries, bulk entries, and aggregations. For project management, Monday.com, ClickUp, and Asana cover boards, tasks, status, assignments, time tracking, and milestones: ideal for progress updates, stand-up summaries, and creating tasks from meeting notes. Linear is the lightweight issue tracker for teams, with queries by priority, assignments, and sprint reviews. Atlassian connects Jira and Confluence and is at the same time a strong documentation tool.

Documentation and Communication

Notion, Box, Fireflies, Intercom

Notion lets Claude work directly in the workspace: search pages and databases, create technical docs and meeting notes, maintain database entries for tasks or bugs, generate and publish weekly reports, and migrate content at scale. Box adds cloud content management with file search, document Q&A, folder creation, and summaries of PDFs without downloading them.

Fireflies analyzes meeting transcripts and creates automatic recaps, searches recordings by topic, and extracts key takeaways from interviews. Intercom gives real-time access to customer conversations, tickets, and user data: summarize support requests, draft replies, and query customer attributes for well-informed follow-ups.

Design and Media

Canva, Figma, InVideo, Cloudinary

Canva creates template-based graphics through dialogue, for example Instagram posts, announcements, or filled-in certificate and letterhead templates. Figma opens design files for the design-to-code handoff, exports assets into project folders, and checks the consistency of fonts and colors through the Dev Mode connection.

InVideo generates video drafts from voice commands for marketing, training, or social media. Cloudinary manages image and video assets: uploads, optimization for the web, transformations, and the creation of thumbnails, all controlled conversationally.

Finance and E-Commerce

Stripe, PayPal, Plaid, Daloopa, Square, HubSpot

On the finance side, Stripe connects Claude to payment processing: query monthly recurring revenue, find failed payments, look up invoices, and trigger refunds. PayPal covers transaction queries, payments, and refunds, while Plaid delivers banking data such as balances and transaction histories along with help on integration issues. Daloopa brings high-quality financial data from SEC filings and investor presentations for company and competitive analysis.

On the commerce side, Square covers the point of sale: query daily revenue and transaction counts, update order status, and track inventory levels. HubSpot is the CRM backbone with contacts, companies, and deals, and at the same time delivers sales and marketing analytics, such as deals by stage and value or the growth of new contacts.

Security

Stytch, Socket

Stytch manages authentication: OAuth clients, email and SMS templates, user settings, and auth configuration at the workspace level. This lets you add redirect URIs, check session timeouts, query MFA status, and test sign-in methods. Socket analyzes project dependencies for vulnerabilities and malicious code in open-source packages from NPM and PyPI, helping to prevent supply-chain attacks.

Where this fits

These servers complement the existing Tools and Tech Radar domain at myos. The selection grows as new, production-ready MCP servers become available.

Ready for your
AI Operating System?

Start today, and within a few weeks your first AI teammate takes over its first task. We only take on a handful of build slots per month.

by people.
for people.