https://github.com/zriyansh/mcp-apps.directory
Awesome MCP Apps & Servers. A curated index for ChatGPT and Claude. 144 entries, host-aware, official-vs-community labeled.
https://github.com/zriyansh/mcp-apps.directory
Last synced: about 1 month ago
JSON representation
Awesome MCP Apps & Servers. A curated index for ChatGPT and Claude. 144 entries, host-aware, official-vs-community labeled.
- Host: GitHub
- URL: https://github.com/zriyansh/mcp-apps.directory
- Owner: zriyansh
- License: other
- Created: 2026-05-27T14:29:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T15:14:29.000Z (2 months ago)
- Last Synced: 2026-06-06T10:05:11.492Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Awesome MCP Apps & Servers
> A curated index of MCP Apps, MCP servers, frameworks, and SDKs for ChatGPT and Claude.
[](https://github.com/sindresorhus/awesome) [](LICENSE) [](schema/manifest.schema.json)
What this list covers, and what it does not:
- **MCP Apps** are tools with an in-chat widget UI, rendered by [ChatGPT (Apps SDK)](https://developers.openai.com/apps-sdk/) or [Claude (MCP Apps)](https://modelcontextprotocol.io/docs/extensions/apps).
- **MCP servers** are tool-only endpoints with no widget UI. Most third-party integrations today fall here.
- Both surfaces use the same Model Context Protocol underneath. Many entries below ship one or the other (or both).
This list is the *Apps and widgets* layer on top of [punkpeye/awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers). It is intentionally smaller and host-aware. We link to upstream sources of truth, we do not re-host manifests.
## Contents
- [Legend](#legend)
- [Apps SDK widgets (cross-host)](#apps-sdk-widgets-cross-host)
- [ChatGPT pilot partner apps](#chatgpt-pilot-partner-apps)
- [Claude widget partner apps](#claude-widget-partner-apps)
- [Open-source widget examples](#open-source-widget-examples)
- [MCP servers (tool-only)](#mcp-servers-tool-only)
- [Communication](#communication)
- [Google Workspace](#google-workspace)
- [Project and issue tracking](#project-and-issue-tracking)
- [CRM and sales](#crm-and-sales)
- [Knowledge and notes](#knowledge-and-notes)
- [Dev tools and infrastructure](#dev-tools-and-infrastructure)
- [Observability and monitoring](#observability-and-monitoring)
- [Billing and finance](#billing-and-finance)
- [E-commerce](#e-commerce)
- [Data and analytics](#data-and-analytics)
- [AI and ML](#ai-and-ml)
- [Scheduling](#scheduling)
- [Email send](#email-send)
- [Search](#search)
- [Web scraping and browser automation](#web-scraping-and-browser-automation)
- [Travel](#travel)
- [Identity and auth](#identity-and-auth)
- [Workflow and multi-platform](#workflow-and-multi-platform)
- [Specialty](#specialty)
- [Frameworks for building Apps](#frameworks-for-building-apps)
- [Official SDKs](#official-sdks)
- [Inspectors and devtools](#inspectors-and-devtools)
- [Registries and related lists](#registries-and-related-lists)
- [Starter manifests](#starter-manifests)
- [Contributing](#contributing)
- [License](#license)
## Legend
- ๐๏ธ Officially shipped by the vendor.
- ๐ Self-hosted only. No vendor-hosted endpoint.
- โ Experimental or unmaintained.
- Trailing backtick chips show the license and the auth or hosting model.
- Star counts shown as `โ
N.Nk` for open-source items above ~500 stars.
## Apps SDK widgets (cross-host)
These render an in-chat widget in **both** ChatGPT and Claude.
- ๐๏ธ [Figma](https://help.figma.com/hc/en-us/articles/32132100833559-Guide-to-the-Dev-Mode-MCP-Server) - Comment on files, search nodes, sync design tokens. Confirmed Apps SDK pilot partner with parallel Claude support. `oauth2` `mcp.figma.com/mcp`
- ๐๏ธ [Canva](https://www.canva.com/help/connecting-to-chatgpt/) - Generate and edit designs from chat. Cross-host since Anthropic's January announcement. `oauth2`
## ChatGPT pilot partner apps
ChatGPT-only widget UIs from the [Apps SDK launch partners](https://openai.com/index/introducing-apps-in-chatgpt/).
- ๐๏ธ [Booking.com](https://openai.com/index/introducing-apps-in-chatgpt/) - Search and book stays inside ChatGPT. `chatgpt`
- ๐๏ธ [Coursera](https://openai.com/index/introducing-apps-in-chatgpt/) - Discover and start courses without leaving chat. `chatgpt`
- ๐๏ธ [Expedia](https://openai.com/index/introducing-apps-in-chatgpt/) - Flights and hotels in a widget. `chatgpt`
- ๐๏ธ [Spotify](https://openai.com/index/introducing-apps-in-chatgpt/) - Search music and queue tracks. `chatgpt`
- ๐๏ธ [Zillow](https://openai.com/index/introducing-apps-in-chatgpt/) - Real estate listings with map and details. `chatgpt`
## Claude widget partner apps
Claude-only widget UIs from [Anthropic's January 2026 launch](https://techcrunch.com/2026/01/26/anthropic-launches-interactive-claude-apps-including-slack-and-other-workplace-tools/).
- ๐๏ธ [Asana](https://asana.com/) - Project timelines and task updates with interactive UI. `claude`
- ๐๏ธ [Box](https://www.box.com/) - File management with rendered previews. `claude`
- ๐๏ธ [Hex](https://hex.tech/) - Inline data visualization. `claude`
- ๐๏ธ [Amplitude](https://amplitude.com/) - Analytics dashboards in chat. `claude`
- ๐๏ธ [monday.com](https://monday.com/) - Board updates with live UI. `claude`
- ๐๏ธ [Clay](https://www.clay.com/) - Company research cards. `claude`
- ๐๏ธ [Slack (widget)](https://slack.com/) - Drafts with live message preview in Claude. `claude`
## Open-source widget examples
Copyable widget code we have verified resolves on GitHub.
- ๐๏ธ [openai/openai-apps-sdk-examples](https://github.com/openai/openai-apps-sdk-examples) - Five official references: Pizzaz, Solar System, Kitchen Sink, Shopping Cart, Authenticated. โ
2.2k `mit` `typescript`
- ๐๏ธ [openai/apps-sdk-ui](https://github.com/openai/apps-sdk-ui) - The UI component library used by the Apps SDK examples. โ
903 `mit`
- ๐๏ธ [modelcontextprotocol/ext-apps](https://github.com/modelcontextprotocol/ext-apps) - Spec plus reference examples: threejs, map, pdf, system-monitor, sheet-music. โ
2.3k `mit` `cross-host`
- [excalidraw/excalidraw-mcp](https://github.com/excalidraw/excalidraw-mcp) - Fast, streamable Excalidraw MCP App. โ
4.6k `mit`
- [CopilotKit/generative-ui](https://github.com/CopilotKit/generative-ui) - Generative UI examples for AG-UI, A2UI, and MCP Apps. โ
719 `mit`
- [microsoft/mcp-interactiveUI-samples](https://github.com/microsoft/mcp-interactiveUI-samples) - Microsoft's lightweight pattern-focused UI samples. โ
58 `mit`
- [digitarald/mcp-apps-playground](https://github.com/digitarald/mcp-apps-playground) - Playground experiments. โ
68 `mit`
- [zhensherlock/sp500-mcp-server](https://github.com/zhensherlock/sp500-mcp-server) - S&P 500 server with embedded MCP App UI resources. โ
101 `mit`
- [VikashLoomba/copilot-mcp](https://github.com/VikashLoomba/copilot-mcp) - VS Code extension to find and install MCP Apps. โ
491 `mit`
- ๐๏ธ [vercel-labs/chatgpt-apps-sdk-nextjs-starter](https://github.com/vercel-labs/chatgpt-apps-sdk-nextjs-starter) - Vercel's official Next.js starter for ChatGPT Apps. โ
255 `mit`
## MCP servers (tool-only)
No widget UI. Tools exposed over MCP for when the agent needs to *do* something rather than display something.
### Communication
- ๐๏ธ [Slack](https://docs.slack.dev/ai/slack-mcp-server/) - Post, search, and react to messages. `mcp.slack.com/mcp` `oauth2`
- ๐๏ธ [Gmail](https://developers.google.com/workspace/gmail/api/guides/configure-mcp-server) - Compose drafts, search, manage labels. `gmailmcp.googleapis.com/mcp/v1` `oauth2`
- [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) - Self-hosted WhatsApp server. โ
5.7k `mit` `๐ `
- [Vexa-ai/vexa](https://github.com/Vexa-ai/vexa) - Meeting transcription for Google Meet, Microsoft Teams, Zoom. Auto-join bots plus MCP server. โ
2.1k `mit`
- ๐๏ธ [Twilio Labs MCP](https://github.com/twilio-labs/mcp) - Twilio's API as MCP tools plus an OpenAPI-to-MCP generator. โ
105 `mit`
- ๐๏ธ [Mailgun MCP](https://github.com/mailgun/mailgun-mcp-server) - Mailgun API server. โ
57
### Google Workspace
- [taylorwilsdon/google_workspace_mcp](https://github.com/taylorwilsdon/google_workspace_mcp) - Gmail, Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Drive in one server. โ
2.5k `mit`
- [nspady/google-calendar-mcp](https://github.com/nspady/google-calendar-mcp) - Google Calendar event management. โ
1.1k `mit`
- [ridafkih/keeper.sh](https://github.com/ridafkih/keeper.sh) - Universal calendar MCP, aggregates Google, Outlook, iCloud, CalDAV, ICS. โ
1.1k `mit`
- [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) - Google Sheets create and modify. โ
874 `mit`
### Project and issue tracking
- ๐๏ธ [Linear](https://linear.app/docs/mcp) - Search and manage issues and projects. `mcp.linear.app/mcp` `oauth2`
- ๐๏ธ [Notion](https://www.notion.com/help/notion-mcp) - Read and write pages and databases. `mcp.notion.com/mcp` `oauth2`
- ๐๏ธ [makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) - The open-source server behind the hosted Notion MCP. โ
4.4k `mit`
- ๐๏ธ [Atlassian (Jira + Confluence)](https://github.com/atlassian/atlassian-mcp-server) - Tickets, pages, search. โ
729 `oauth2` `hosted`
### CRM and sales
- [smn2gnt/MCP-Salesforce](https://github.com/smn2gnt/MCP-Salesforce) - Salesforce connector via MCP. โ
179 `mit`
- [tsmztech/mcp-server-salesforce](https://github.com/tsmztech/mcp-server-salesforce) - Alternate Salesforce server with broader operations. โ
156 `mit`
- [baryhuang/mcp-hubspot](https://github.com/baryhuang/mcp-hubspot) - HubSpot CRM with vector caching to work around API limits. โ
124 `mit`
### Knowledge and notes
- [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) - Read and write Obsidian vaults via the REST API plugin. โ
3.8k `mit`
- [StevenStavrakis/obsidian-mcp](https://github.com/StevenStavrakis/obsidian-mcp) - Simple Obsidian MCP server. โ
712 `mit`
- [cyanheads/obsidian-mcp-server](https://github.com/cyanheads/obsidian-mcp-server) - Surgical edits, tags, and frontmatter for Obsidian. โ
562 `mit`
### Dev tools and infrastructure
- ๐๏ธ [GitHub](https://github.com/github/github-mcp-server) - Issues, PRs, code search, releases. `api.githubcopilot.com/mcp/` โ
30k `mit`
- ๐๏ธ [Vercel](https://vercel.com/docs/agent-resources/vercel-mcp) - Deployments and project ops. `mcp.vercel.com` `oauth2`
- ๐๏ธ [Cloudflare](https://github.com/cloudflare/mcp) - Cloudflare API access from agents. โ
481 `oauth2`
- ๐๏ธ [Cloudflare Workers MCP](https://github.com/cloudflare/workers-mcp) - Talk to a Cloudflare Worker from Claude Desktop. โ
637 `mit`
- ๐๏ธ [Cloudflare Playwright MCP](https://github.com/cloudflare/playwright-mcp) - Playwright server backed by Cloudflare Browser Rendering. โ
245 `mit`
- ๐๏ธ [AWS Labs MCP](https://github.com/awslabs/mcp) - Open-source MCP servers for AWS. โ
9.1k `apache-2.0` `๐ `
- ๐๏ธ [Google MCP](https://github.com/google/mcp) - Google's official MCP collection. โ
4.1k
- ๐๏ธ [Sentry](https://github.com/getsentry/sentry-mcp) - Issue management via LLM. โ
706 `mit`
- ๐๏ธ [XcodeBuildMCP](https://github.com/getsentry/XcodeBuildMCP) - Tools for iOS and macOS projects. โ
5.8k `mit`
- ๐๏ธ [Microsoft Playwright MCP](https://github.com/microsoft/playwright-mcp) - Browser automation. โ
33k `apache-2.0`
### Observability and monitoring
- ๐๏ธ [Grafana MCP](https://github.com/grafana/mcp-grafana) - Dashboards, alerts, datasources. โ
3.0k `apache-2.0`
- ๐๏ธ [Grafana Loki MCP](https://github.com/grafana/loki-mcp) - Log query and analysis. โ
145 `apache-2.0`
- ๐๏ธ [Grafana k6 MCP](https://github.com/grafana/mcp-k6) - Load testing from agents. โ
39 `apache-2.0`
- ๐๏ธ [Datadog Labs MCP](https://github.com/datadog-labs/mcp-server) - Official Datadog server. โ
39
- [winor30/mcp-server-datadog](https://github.com/winor30/mcp-server-datadog) - Community Datadog with broader API coverage. โ
142 `mit`
- ๐๏ธ [PagerDuty MCP](https://github.com/PagerDuty/pagerduty-mcp-server) - Incidents, schedules, escalations. โ
69 `apache-2.0`
### Billing and finance
- ๐๏ธ [Stripe](https://docs.stripe.com/mcp) - Payments, billing, customer ops. `mcp.stripe.com` `api-key`
- [financial-datasets/mcp-server](https://github.com/financial-datasets/mcp-server) - Stock market API for agents. โ
2.2k `mit`
### E-commerce
- [GeLi2001/shopify-mcp](https://github.com/GeLi2001/shopify-mcp) - Shopify Admin API for Claude and Cursor. โ
210 `mit`
### Data and analytics
- ๐๏ธ [Supabase](https://supabase.com/docs/guides/getting-started/mcp) - Database, tables, config. `mcp.supabase.com/mcp` `api-key`
- ๐๏ธ [PostHog](https://posthog.com/docs/model-context-protocol) - HogQL queries, flags, errors. `mcp.posthog.com/mcp` `api-key`
- ๐๏ธ [Google MCP Toolbox for Databases](https://github.com/googleapis/mcp-toolbox) - Postgres, BigQuery, Spanner, Mongo, Redis, more. โ
15k `apache-2.0`
- ๐๏ธ [Google Analytics MCP](https://github.com/googleanalytics/google-analytics-mcp) - GA4 traffic, conversions, comparisons. โ
2.2k `apache-2.0`
- ๐๏ธ [Snowflake Labs MCP](https://github.com/Snowflake-Labs/mcp) - Cortex AI, object management, SQL, semantic views. โ
288
- [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) - Community Snowflake server with broader coverage. โ
183 `mit`
- [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) - Read-only BigQuery for LLMs. โ
140 `mit`
- [haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) - Excel file manipulation. โ
3.9k `mit` `๐ `
- [antvis/mcp-server-chart](https://github.com/antvis/mcp-server-chart) - 25+ chart types via AntV. โ
4.1k `mit`
### AI and ML
- ๐๏ธ [ElevenLabs MCP](https://github.com/elevenlabs/elevenlabs-mcp) - Voice generation, conversational AI. โ
1.4k `mit`
- ๐๏ธ [Hugging Face MCP](https://github.com/huggingface/hf-mcp-server) - Search models, datasets, spaces. โ
241 `mit`
- [awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) - Image and SVG generation via Replicate Flux. โ
105 `mit`
### Scheduling
- ๐๏ธ [Cal.com](https://cal.com/docs/mcp-server) - Bookings, event types, availability. `mcp.cal.com/mcp` `api-key`
### Email send
- ๐๏ธ [Resend](https://github.com/resend/resend-mcp) - Transactional email. Self-hosted only, run with `npx resend-mcp`. `๐ `
### Search
- ๐๏ธ [Brave Search MCP](https://github.com/brave/brave-search-mcp-server) - Official Brave search server. โ
1.1k
- [openags/paper-search-mcp](https://github.com/openags/paper-search-mcp) - Academic search across arXiv, PubMed, bioRxiv. โ
1.6k
### Web scraping and browser automation
- ๐๏ธ [Firecrawl](https://github.com/firecrawl/firecrawl-mcp-server) - Scraping plus search for LLM clients. โ
6.4k `mit`
- [firecrawl/firecrawl](https://github.com/firecrawl/firecrawl) - The underlying scraping engine, used by the MCP server. โ
125k `agpl-3.0`
- [hangwin/mcp-chrome](https://github.com/hangwin/mcp-chrome) - Chrome extension exposing the browser over MCP. Automation, content analysis, semantic search. โ
11.7k
### Travel
- [punitarani/fli](https://github.com/punitarani/fli) - Google Flights MCP, CLI and Python library. โ
2.7k `mit`
### Identity and auth
- [casdoor/casdoor](https://github.com/casdoor/casdoor) - Open-source IAM and MCP/agent auth gateway. OAuth, OIDC, SAML, SSO, MFA, WebAuthn. โ
13.7k `apache-2.0`
### Workflow and multi-platform
- [activepieces/activepieces](https://github.com/activepieces/activepieces) - 400+ MCP servers wrapped in an n8n-style workflow platform. โ
22.4k `mit`
- [srbhptl39/MCP-SuperAssistant](https://github.com/srbhptl39/MCP-SuperAssistant) - Bring MCP to ChatGPT, Gemini, Perplexity, Grok, DeepSeek, OpenRouter, more. โ
2.5k `mit`
- [disler/just-prompt](https://github.com/disler/just-prompt) - One MCP server proxying OpenAI, Anthropic, Gemini, Groq, DeepSeek, Ollama. โ
731
### Specialty
- [LaurieWired/GhidraMCP](https://github.com/LaurieWired/GhidraMCP) - Reverse engineering via Ghidra. โ
9.0k `apache-2.0`
- โ [0x4m4/hexstrike-ai](https://github.com/0x4m4/hexstrike-ai) - 150+ cybersecurity tools for **authorized** pentesting only. โ
9.0k `mit`
## Frameworks for building Apps
- [PrefectHQ/fastmcp](https://github.com/PrefectHQ/fastmcp) - The fast, Pythonic way to build MCP servers and clients. โ
25.3k `mit` `python`
- [mcp-use/mcp-use](https://github.com/mcp-use/mcp-use) - Fullstack MCP framework for ChatGPT and Claude Apps. โ
10k `mit` `typescript`
- [MCP-UI-Org/mcp-ui](https://github.com/MCP-UI-Org/mcp-ui) - UI SDK that influenced the MCP Apps spec. โ
4.9k `apache-2.0` `typescript`
- [alpic-ai/skybridge](https://github.com/alpic-ai/skybridge) - TypeScript framework for MCP Apps and ChatGPT Apps. โ
1.4k `mit`
- ๐๏ธ [modelcontextprotocol/ext-apps](https://github.com/modelcontextprotocol/ext-apps) - The official MCP Apps SDK. โ
2.3k `mit`
- [Sunpeak-AI/sunpeak](https://github.com/Sunpeak-AI/sunpeak) - Testing framework plus Apps framework for ChatGPT Apps, Claude Connectors, and more. โ
186 `mit`
## Official SDKs
Every SDK is published by the modelcontextprotocol GitHub org, usually with a language steward.
- [Python SDK](https://github.com/modelcontextprotocol/python-sdk) - The reference SDK. โ
23k `mit`
- [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) โ
12.5k `mit`
- [Go SDK](https://github.com/modelcontextprotocol/go-sdk) - With Google. โ
4.6k `mit`
- [C# SDK](https://github.com/modelcontextprotocol/csharp-sdk) - With Microsoft. โ
4.3k `mit`
- [Rust SDK](https://github.com/modelcontextprotocol/rust-sdk) โ
3.5k `mit`
- [Java SDK](https://github.com/modelcontextprotocol/java-sdk) - With Spring AI. โ
3.4k `apache-2.0`
- [PHP SDK](https://github.com/modelcontextprotocol/php-sdk) - With The PHP Foundation. โ
1.5k `mit`
- [Swift SDK](https://github.com/modelcontextprotocol/swift-sdk) โ
1.4k `mit`
- [Kotlin SDK](https://github.com/modelcontextprotocol/kotlin-sdk) - With JetBrains. โ
1.4k `apache-2.0`
- [Ruby SDK](https://github.com/modelcontextprotocol/ruby-sdk) โ
835 `mit`
## Inspectors and devtools
- ๐๏ธ [modelcontextprotocol/inspector](https://github.com/modelcontextprotocol/inspector) - Visual testing tool for MCP servers. โ
9.9k `mit`
- [MCPJam/inspector](https://github.com/MCPJam/inspector) - Debugger for MCP servers and ChatGPT apps. โ
2.0k `mit`
- ๐๏ธ [modelcontextprotocol/registry](https://github.com/modelcontextprotocol/registry) - Community-driven MCP server registry. โ
6.9k `mit`
- [IBM/mcp-context-forge](https://github.com/IBM/mcp-context-forge) - AI gateway, registry, and proxy for MCP plus REST APIs. โ
3.8k `apache-2.0`
- ๐๏ธ [modelcontextprotocol/mcpb](https://github.com/modelcontextprotocol/mcpb) - One-click local MCP server installation in desktop apps. โ
1.9k `mit`
- [GLips/Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) - Community Figma context server for design-aware coding agents. โ
14.9k `mit`
## Registries and related lists
### From the same maintainer
- [agentrhq/awesome-agents-md](https://github.com/agentrhq/awesome-agents-md) - Battle-tested AGENTS.md per stack. Verified against Codex, Cursor, Jules, Aider.
- [agentrhq/awesome-llms-txt](https://github.com/agentrhq/awesome-llms-txt) - Scored leaderboard of llms.txt quality. 1,023 sites graded against a public rubric.
### Elsewhere on GitHub
- [punkpeye/awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) - The canonical list of MCP servers. โ
88k
- [appcypher/awesome-mcp-servers](https://github.com/appcypher/awesome-mcp-servers) - Alternate curation. โ
5.6k
- [wong2/awesome-mcp-servers](https://github.com/wong2/awesome-mcp-servers) - Earlier curation, still actively maintained. โ
4.1k
- [yzfly/Awesome-MCP-ZH](https://github.com/yzfly/Awesome-MCP-ZH) - Chinese-language MCP resource list. โ
7.2k
- [jaw9c/awesome-remote-mcp-servers](https://github.com/jaw9c/awesome-remote-mcp-servers) - Remote, hosted-only MCP servers. โ
1.1k
- [bh-rat/awesome-mcp-enterprise](https://github.com/bh-rat/awesome-mcp-enterprise) - Enterprise-focused MCP tools and platforms. โ
110
## Starter manifests
Twelve starter MCP server install configs live under [`entries/`](entries/). Each one is a thin JSON file with the canonical `server.url`, the auth model, and the tool input/output schemas. No fictional widget HTML, no screenshots; just enough to install with one command:
```bash
npm install -g mcp-apps
mcp-apps install linear-search --host both
```
Six entries (Stripe, Resend, Gmail, Slack, Linear, Supabase) also ship an `authsome.md` recipe showing how to keep the third-party API key out of the host's connector store. See [`entries/`](entries/) for the per-vendor configs. Manifest format: [schema/manifest.schema.json](schema/manifest.schema.json).
## Contributing
One PR per entry. See [`contributing.md`](contributing.md) for the format, lint rules, and review SLA. Hard rules:
- Every link must resolve. Broken links block merge.
- No fabricated URLs. If the vendor hasn't shipped an endpoint, mark `๐ ` and link to the self-hosted server repo.
- Be precise about which host(s) you have personally tested in.
- No em-dashes in user-facing copy.
The list is intentionally smaller than the underlying ecosystem. We only include entries that have a verified upstream source and an active maintainer signal within the last 90 days.
## License
[CC0](LICENSE) for the list and the schema. [MIT](LICENSE) for the CLI and the web preview.
---
Curated by [Authsome](https://authsome.ai) ยท agent identity for third-party APIs.