INDIVIDUAL MCP TOOL
anythingmcp_connect_client
Setup instructions to connect an AI client (Claude, ChatGPT, Gemini, Copilot, Cursor) to AnythingMCP.
LIVE ENDPOINT
https://cloud.anythingmcp.com/mcp/demo
Connect to this endpoint to inspect the live schema for anythingmcp_connect_client 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
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.anythingmcp-demo]
url = "https://cloud.anythingmcp.com/mcp/demo"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anythingmcp-demo": {
"type": "http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anythingmcp-demo
Remote MCP URL: https://cloud.anythingmcp.com/mcp/demo
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": {
"anythingmcp-demo": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anythingmcp-demo": {
"type": "http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anythingmcp-demo",
"transport": "streamable-http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
anythingmcp_overview— What AnythingMCP is, what this demo endpoint does, and where to learn more.anythingmcp_get_started— How to install and run your own AnythingMCP gateway in ~60 seconds.anythingmcp_list_connectors— Overview of the 175+ pre-built connectors and the connector types you can build.