← allmcps.com

INDIVIDUAL MCP TOOL

get_mcp_install_config

Get the exact claude_desktop_config.json setup snippet and documentation for a specific MCP server by ID.

allmcps.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://allmcps.com/.well-known/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_mcp_install_config and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

allmcps.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.allmcps-directory-server]
url = "https://allmcps.com/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "allmcps-directory-server": {
      "type": "http",
      "url": "https://allmcps.com/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: allmcps-directory-server
Remote MCP URL: https://allmcps.com/.well-known/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "allmcps-directory-server": {
      "url": "https://allmcps.com/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "allmcps-directory-server": {
      "type": "http",
      "url": "https://allmcps.com/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "allmcps-directory-server",
  "transport": "streamable-http",
  "url": "https://allmcps.com/.well-known/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_mcp_servers — Search the AllMCPs directory for Model Context Protocol (MCP) servers by keyword or category.
  • recommend_mcp_stack — Recommend a curated multi-tool MCP server stack for a specific developer role or workflow (e.g.
  • list_mcp_categories — List all categories available in the AllMCPs directory along with server counts.
  • get_boost_pricing — Get pricing and features for boosting / featuring an MCP server on AllMCPs.com.
  • boost_mcp_server — Initiate a sponsorship / boost order for an MCP server by ID, returning a Stripe checkout session URL and x402 invoice.
  • get_boost_status — Check current boost status, verified badge level, and sponsorship expiration for an MCP server by ID.
  • submit_mcp_server — Programmatically submit a new MCP server repository to AllMCPs.com for indexing and review.
  • verify_mcp_claim — Verify ownership and claim an MCP server listing by checking GitHub README badge, website badge, or DNS TXT record.