MCP server · Anthropic
anthropic-claude-api
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Anthropic. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Anthropic publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
create_message— Create a message (chat completion) with a Claude model.count_tokens— Count tokens for a Messages request without creating it.list_models— List available Claude models.get_model— Retrieve a model's metadata and capabilities.create_message_batch— Submit a batch of message-creation requests at 50% cost.list_message_batches— List message batches.upload_file— Upload a file for reuse across Messages, Batches, and Agents.list_files— List uploaded files.create_skill— Create a custom Agent Skill.list_skills— List Agent Skills.create_agent— Create a Managed Agent.create_session— Start a Managed Agent session.get_usage_report— Retrieve organization token usage report.get_cost_report— Retrieve organization cost report.list_workspaces— List organization workspaces (Admin API).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.