What you can submit
Developers can submit:- Remote MCP servers — internet-hosted servers that provide tools and data to Claude
- Desktop extensions — local MCP servers packaged as MCP Bundles (MCPB) for Claude Desktop
- MCP Apps — MCP servers that surface interactive UI elements. These have the additional requirement of including screenshots for submission and listing in the directory.
Directory terms & conditions
All servers in the directory must comply with: By submitting a connector, you also agree to:- Maintain your connector’s security and functionality
- Respond to security issues promptly
- Provide accurate descriptions and documentation
Submission requirements
All MCP connectors submitted to the directory must meet:- Security: Meet Anthropic’s security standards
- Tool annotations: All tools must include a
titleand the applicablereadOnlyHintordestructiveHint - Authentication: Use OAuth 2.0 for authenticated services
- Privacy Policy: Local connectors must include privacy policies
- Documentation: Provide clear setup and usage instructions
Privacy policy requirements
Local connectors must include:- “Privacy Policy” section in README.md
privacy_policiesarray in manifest.json (manifest_version 0.2+)- HTTPS URLs to privacy policies
- Data collection practices
- Usage and storage
- Third-party sharing
- Data retention
- Contact information
Allowed link URIs
If your connector uses theui/open-link capability to open URLs in the user’s browser or native apps, provide the list of link targets your server will request. Claude uses this list to suppress the “Open external link” confirmation prompt for destinations you’ve declared. Links to any other destination still work—users are simply asked to confirm before the link opens.
Provide each entry in one of two forms:
- HTTPS origin —
https://example.com. Only the scheme and hostname are matched; paths, ports, and query strings are ignored. Subdomains are not implied—list each one (https://app.example.com,https://docs.example.com). - Custom URI scheme —
myapp:for deep links into a native app you own (for example,spotify:ornotion:). Only the scheme is matched.
This field is optional. If omitted, your connector functions normally, but users are shown a confirmation prompt each time it opens a link.
Asset specifications
Carousel screenshots (MCP Apps)
- Format: PNG
- Width: at least 1000px
- Count: 3–5 images
- Crop: to the app response only—do not include the prompt in the image
- Aspect ratio: any
- Paired prompts: provide the prompt text separately for each screenshot
- Mobile: no separate mobile assets are required—one batch covers all surfaces
- Video/GIF: not accepted
Detail card description
You write the detail card description in the submission form. It is not editable by Anthropic. The disclaimer text shown on connector cards is general and not customizable per partner.Review process
All submissions go through one standard review process; there is no expedited track. Review times vary with queue volume. The submission form is always open. If you can’t access the form because of a corporate firewall or tenant restriction, email[email protected]—the form is also moving to a native Claude.ai surface.
A self-serve status dashboard is rolling out in Claude.ai. Until then, you may not receive proactive notification on every status change; email [email protected] for escalations.
Run the pre-submission checklist and, for plugins, claude plugin validate before you submit.
Submit your connector
Ready to submit? Use the appropriate form based on your connector type:- Desktop extensions (MCPB): Desktop extension submission form
- Remote MCPs (including MCP Apps): MCP directory submission form
What you’ll need for submission
Have the following information ready when filling out the submission form:- Server basics — server name, URL, tagline, description, use cases
- Connection details — auth type, transport protocol, read/write capabilities, connection requirements
- Allowed link URIs (optional) — HTTPS origins (e.g.,
https://app.example.com) and custom URI schemes (e.g.,myapp:) your connector opens viaui/open-link; declaring these lets users skip the “Open external link” confirmation prompt. See Opening external links for matching rules and restrictions. - Data & compliance — data handling practices, third-party connections, health data access, category
- Tools, resources & prompts — list of all tools (with human-readable names), resources, and prompts in your server, plus confirmation of tool annotations
- Documentation & support — links to docs, privacy policy, support channel
- Test account — credentials with step-by-step setup instructions for a reviewer unfamiliar with your service
- Launch readiness — GA date, confirmation of which surfaces you’ve tested in (Claude.ai, Desktop, etc.)
- Branding — server logo (URL or SVG upload), favicon verification, promotional screenshots for MCP Apps (see asset specifications above)
- Documentation link — must be public by your publish date (a blog post or help-center article is sufficient); you can share privately with Anthropic during review
- Policy & requirements checklists — confirming compliance with directory policy, technical requirements (OAuth, HTTPS,
Origin-header validation, annotations), documentation, and testing standards - Optional: Skills & Plugins — if submitting a related Agent Skill alongside the server. To submit a standalone plugin, see Submitting your plugin.