← Back to Skills Marketplace
lucaperret

Anthropic Connector Submit

by Luca · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install anthropic-connector-submit
Description
Prepare and submit an MCP server to Anthropic's Connectors Directory. Use this skill whenever the user wants to list their MCP server on Claude's connector m...
README (SKILL.md)

Submit to Anthropic Connectors Directory

Get your MCP server listed alongside Gmail, Notion, and Slack in Claude's official connector marketplace. This covers the complete submission process — from technical requirements to filling out the 6-page form.

Prerequisites checklist

Before submitting, your server must meet ALL of these. Missing any one will delay or reject your submission.

  • MCP server is live, deployed, and accessible via HTTPS
  • OAuth 2.0 implemented (if auth required)
  • All tools have safety annotations (readOnlyHint, destructiveHint)
  • All tools have human-readable titles
  • Privacy policy published at a public URL
  • Terms of service published at a public URL
  • Support channel (GitHub issues or email)
  • At least 3 example prompts prepared
  • Test account with sample data ready
  • Server tested end-to-end on Claude Desktop or claude.ai

The submission form

Submit at: https://docs.google.com/forms/d/e/1FAIpQLSeafJF2NDI7oYx1r8o0ycivCSVLNq92Mpc1FPxMKSw1CzDkqA/viewform

The form has 6 pages. Here's what to put in each field.

Page 1: Submission Details

Company Information:

  • Company/Organization Name — Your name or company
  • Company/Organization URL — Your website
  • Primary Contact Name — Your full name
  • Primary Contact Email — Your email (reviewers will contact you here)
  • Primary Contact Role — e.g., "Creator & Maintainer"
  • Anthropic Point of Contact — Leave blank unless you know someone

Server Details:

  • MCP Server Name — Short name, no "MCP" or "Server" in it (e.g., "Tidal", not "Tidal MCP Server")
  • MCP Server URL — Select "Universal URL", then enter your endpoint (e.g., https://example.com/api/mcp)
  • Tagline — Max 55 characters. Format: "Verb your thing with Claude" (e.g., "Search, play, and manage your Tidal music library")

MCP Server Description (50-100 words, shown in-app): Template: "[Action] your [service] directly from Claude. [Key capabilities in 2-3 sentences]. [Number] tools covering [categories]. OAuth authentication with your own [service] account."

Use Cases + Examples (minimum 3): Each example should show a realistic user prompt and explain what tools fire. Template:

**[Use Case Category]**
"[Realistic user prompt]"
[Which tools are called and what happens, in 1-2 sentences]

Good examples show multi-step orchestration — not just single tool calls.

Connection requirements: State what users need (e.g., "Requires a [Service] subscription. Available worldwide.")

Read/Write Capabilities: Select "Read + Write" if you have any write tools.

Is this an MCP App: Select "No" unless you have interactive UI elements.

Third-party Connections: Check what applies:

  • "Third-party data retrieval" — if you fetch from an external API
  • "Third-party data modification" — if you write to an external API

Data Handling: Check all that apply (typically all 4):

  • Server only accesses data explicitly requested by user
  • No data is stored beyond session requirements
  • Data transmission is encrypted (HTTPS/TLS)
  • GDPR compliant

Personal health data: "No" (unless your service handles health data)

Categories: Pick the closest (e.g., "Media & Entertainment", "Business & Productivity")

Sponsored content: "No, there is no sponsored content or advertisements"

Authentication:

  • Authentication Type: "OAuth 2.0"
  • Auth Client: "Dynamic OAuth Client (e.g., DCR, CIMD)"
  • Static Client ID/Secret: Leave blank for dynamic registration
  • Transport Support: Check "Streamable HTTP"

Documentation & Support:

  • Documentation Link — Your GitHub repo or docs site
  • Privacy Policy — URL to your privacy policy page
  • Data Processing Agreement URL — Leave blank unless you have one
  • Support Channel — GitHub issues URL or support email

Page 2: Testing

Testing Account Credentials: If your server requires auth, provide credentials. Recommended: "Test account credentials will be shared via 1Password secure link. Contact [email] to receive the link."

Test Account Setup Instructions: Write clear steps:

1. Click "Connect" on the [Name] connector in Claude
2. Log in with the test credentials provided
3. Try: "[example prompt]" to verify
The test account has [what data is pre-loaded]

Test Data Availability: Check both:

  • Test account includes sample data
  • All tools can be tested with provided data

List of tools: Comma-separated, format: tool_name (Human-Readable Name)

Tool Titles & Annotations: Check both:

  • I've specified user-friendly titles for all tools
  • I've specified accurate tool annotations for all tools

List of resources: Leave blank (unless you expose MCP resources)

List of prompts: Leave blank (unless you expose MCP prompts, which are optional)

Page 3: Launch Readiness & Media

Timeline - Server GA Date: Today's date (your server should already be live)

Testing complete: Check where you've tested:

  • Claude.ai (web)
  • Claude Desktop

Server Logo: Provide your SVG logo URL or upload it. Square, 1:1 aspect ratio.

Server Logo URL: Verify that https://www.google.com/s2/favicons?domain=YOUR_DOMAIN&sz=64 returns your icon. Check the box to confirm.

Promotional Images: Upload 3-5 screenshots of your MCP server in use on Claude. Show:

  1. A search/discovery interaction
  2. A create/write operation
  3. A multi-step orchestration

Tips for screenshots:

  • Use wide window (1000px+)
  • Start conversation with "Respond in English. Format with clear headings and tables."
  • Show the tool calls and results clearly

Link to Promotional Materials: Optional. Your website URL.

Page 4: Skills & Plugins (Optional)

If you have a SKILL.md file for Claude Code:

  • Skill Name — Your skill name
  • Skill Description — Short description
  • GitHub URL of Skill — Public repo URL
  • Extra Information — Mention other marketplaces (ClawHub, skills.sh)

Page 5: Submission Requirements Checklist

Policy Compliance — Check all 5 (all are required):

  • I have reviewed and agree to the Software Directory Policy
  • My server does NOT enable cross-service automation
  • My server does NOT transfer money
  • My MCP server is live and ready for production traffic
  • I work for the company that owns/controls the API endpoints

Note: The last checkbox is about YOUR MCP server endpoint, not the upstream API.

Technical Requirements — Check all 6:

  • OAuth 2.0 fully implemented
  • All tools include safety annotations
  • Server accessible via HTTPS
  • CORS configured
  • Claude IPs allowlisted (check if behind firewall)
  • Tested on latest Claude build

Documentation Requirements — Check all 4:

  • Documentation published and accessible
  • Includes setup instructions and tool descriptions
  • Privacy policy published
  • Terms of service published

Testing Requirements — Check all 3:

  • Test account with sample data ready
  • Test credentials valid for 30+ days
  • All tools functional and tested

Additional Information: Optional. Good place to mention:

  • Open source status and license
  • Where else the server is available (Smithery, ClawHub)
  • Any unique value proposition

After submission

  • Anthropic reviews submissions but cannot guarantee inclusion or timeline
  • For updates to an existing listing, email [email protected]
  • Check back in 2-3 weeks if no response

Privacy policy template

Your privacy policy should cover:

  • What data is collected (OAuth tokens, user queries)
  • Where data is stored (Redis/database, TTL/retention)
  • What third-party services are used (upstream API, hosting)
  • How to delete data (revoke access, delete session files)
  • Contact information

Terms of service template

Your ToS should cover:

  • Service description
  • Requirements (subscription needed, acceptable use)
  • Disclaimer of warranties ("as is")
  • Limitation of liability
  • Third-party services and their terms
  • Open source license

Also publish on Smithery

After submitting to Anthropic, also publish on Smithery for immediate distribution:

  1. Go to https://smithery.ai/new
  2. Enter your MCP server URL
  3. Smithery scans tools automatically
  4. Configure display name, description, homepage, icon
  5. Uncheck "Unlisted" to appear in search

Smithery gives you instant visibility while waiting for Anthropic's review.

Usage Guidance
This skill is a written checklist and form-filling guide — it won't install anything. Before providing any credentials: (1) never share production or administrator credentials; provide limited-scope test accounts instead, ideally via a secure secret-sharing tool (the guide recommends 1Password). (2) Verify the Google Form URL is legitimate and expected by Anthropic. (3) Confirm privacy policy and support URLs you submit are accurate. If you have doubts about sharing any secret, create a throwaway test account with only sample data for reviewers.
Capability Analysis
Type: OpenClaw Skill Name: anthropic-connector-submit Version: 1.0.0 The skill bundle is purely informational and serves as a comprehensive guide for users to submit MCP servers to Anthropic's Connectors Directory. It contains no executable code or scripts, instead providing a checklist, form-filling instructions, and templates for privacy policies. The links provided (e.g., the Google Form for submission and smithery.ai) are legitimate and relevant to the Model Context Protocol ecosystem, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name and description (submit MCP server to Anthropic) match the SKILL.md content (detailed submission checklist and field-by-field guidance). No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md contains detailed, prescriptive steps for filling the 6‑page Google Form and preparing test accounts, docs, policies, and examples. It asks the user to provide test credentials for verification (recommending a 1Password link). This is appropriate for the stated task, but the skill will prompt for or handle sensitive test credentials supplied by the user — treat those as secrets and avoid sharing production credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded.
Credentials
The skill declares no required environment variables, primary credential, or config paths. The only credential-related guidance is to provide test account credentials (user-supplied) for testing — which is proportionate to submission testing.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skill/system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install anthropic-connector-submit
  3. After installation, invoke the skill by name or use /anthropic-connector-submit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the anthropic-connector-submit skill. - Helps users prepare and submit their MCP server to Anthropic's Connectors Directory, Claude Desktop, or claude.ai marketplace. - Provides a comprehensive prerequisites checklist to ensure server readiness before submission. - Offers detailed, step-by-step guidance for completing Anthropic's six-page directory submission form. - Covers required documentation, example prompts, testing setup, media assets, and compliance requirements. - Guides users through optional steps for listing related Claude skills and plugins.
Metadata
Slug anthropic-connector-submit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Anthropic Connector Submit?

Prepare and submit an MCP server to Anthropic's Connectors Directory. Use this skill whenever the user wants to list their MCP server on Claude's connector m... It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.

How do I install Anthropic Connector Submit?

Run "/install anthropic-connector-submit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Anthropic Connector Submit free?

Yes, Anthropic Connector Submit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Anthropic Connector Submit support?

Anthropic Connector Submit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Anthropic Connector Submit?

It is built and maintained by Luca (@lucaperret); the current version is v1.0.0.

💬 Comments