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

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.
The prerequisite is an installed Claude Code environment. Install it globally via npm first:
npm install -g @anthropic-ai/claude-codeThe 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 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.
| Server | Purpose | Installation |
|---|---|---|
| Playwright | Browser automation: tests, scraping, screenshots, UI workflows | claude mcp add playwright npx @playwright/mcp@latest |
| Jam | Debugging based on recorded sessions (actions, console, network) | claude mcp add --transport http jam https://mcp.jam.dev/mcp |
| Sentry | Error tracking: exceptions, stack traces, and performance in real time | claude mcp add --transport http sentry https://mcp.sentry.dev/mcp |
| Hugging Face | Search and use ML models, datasets, and Spaces | claude mcp add --transport http hugging-face https://huggingface.co/mcp |
| Vercel | Frontend deployments, preview URLs, logs, and docs search | claude mcp add --transport http vercel https://mcp.vercel.com |
| Netlify | Hosting and CI/CD: deploys, environment variables, build logs | claude mcp add --transport http netlify https://mcp.netlify.com |
| Cloudflare | CDN and security: DNS, traffic analysis, firewall, cache | claude mcp add --transport http cloudflare https://mcp.cloudflare.com |
| Workato | Integration platform: trigger recipes, move data across systems | claude mcp add --transport http workato <Ihre_Workato_MCP_URL> |
| Zapier | Automation across 7,000+ apps: trigger Zaps and run actions | claude mcp add --transport http zapier <Ihre_Zapier_MCP_URL> |
| Airtable | Flexible database: read and write records, tables, aggregations | claude mcp add --transport http airtable https://mcp.airtable.com |
| Monday.com | Work management: boards, items, status, timelines | claude mcp add --transport http monday https://mcp.monday.com |
| Linear | Issue tracking: fetch, create, comment on tickets, sprints | claude mcp add --transport sse linear-server https://mcp.linear.app/sse |
| ClickUp | Work management: tasks, status, assignments, time tracking | claude mcp add --transport http clickup https://mcp.clickup.com |
| Asana | Project management: create and organize tasks and projects | claude mcp add --transport http asana https://mcp.asana.com |
| Atlassian | Jira and Confluence: manage tickets and knowledge base | claude mcp add --transport http atlassian https://mcp.atlassian.tools/mcp/v1 |
| Notion | Workspace: search, create, and update pages and databases | claude mcp add --transport http notion https://mcp.notion.com |
| Box | Content management: search files, retrieve content, create folders | claude mcp add --transport http box https://mcp.box.com/ |
| Fireflies | Analyze meeting transcripts and create recaps | claude mcp add --transport http fireflies https://api.fireflies.ai/mcp |
| Intercom | Support: conversations, tickets, and user data in real time | claude mcp add --transport http intercom https://mcp-server.intercom.io/mcp |
| Canva | Graphic design: fill templates, edit elements | claude mcp add --transport http canva https://mcp.canva.com |
| Figma | Design files, asset export, and Dev Mode connection | claude mcp add --transport http figma https://mcp.figma.com |
| InVideo | AI-assisted video creation and editing by voice | claude mcp add --transport http invideo https://mcp.invideo.io |
| Cloudinary | Media management: uploads, transformations, asset handling | claude mcp add --transport http cloudinary https://mcp.cloudinary.com |
| Stripe | Payments: subscriptions, invoices, charges, revenue analytics | claude mcp add --transport http stripe https://mcp.stripe.com |
| PayPal | Query transactions, trigger payments, refunds | claude mcp add --transport http paypal https://mcp.paypal.com |
| Plaid | Banking data: balances and transactions, integration support | claude mcp add --transport http plaid https://mcp.plaid.com |
| Daloopa | Financial data from SEC filings and investor presentations | claude mcp add --transport http daloopa https://mcp-api.daloopa.com |
| Square | Point of sale: revenue, inventory, orders in retail | claude mcp add --transport http square https://mcp.squareup.com |
| HubSpot | CRM: contacts, companies, deals, plus sales and marketing analytics | claude mcp add --transport http hubspot https://mcp.hubspot.com |
| Stytch | Authentication: OAuth clients, templates, user and auth settings | claude mcp add --transport http stytch http://mcp.stytch.dev/mcp |
| Socket | Check dependencies for vulnerabilities and malicious code (NPM, PyPI) | claude mcp add --transport http socket https://mcp.socket.dev/ |
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.
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.
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.
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.
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.
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.
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.