Claude Desktop API Integration via MCP
@ptitiwat2543
关于 Claude Desktop API Integration via MCP
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude Desktop API Integration via MCP?
This project develops an MCP (Machine Communication Protocol) server that integrates Claude Desktop with the Claude API. It allows users to access advanced features such as system prompts, conversation management, and longer context windows directly from Claude Desktop.
How to use Claude Desktop API Integration via MCP?
Clone the repository, install dependencies with pip install -r requirements.txt, copy .env.example to .env and set your ANTHROPIC_API_KEY. Then configure Claude Desktop by editing claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows) with the server path. Use @claude-api in chat to invoke API tools (e.g., @claude-api query_claude prompt="What is the capital of France?").
Key features of Claude Desktop API Integration via MCP
- Direct connection to Claude API through MCP
- Conversation history tracking and management
- System prompt support
- Seamless switching between Professional Plan and API usage
- Support for latest Claude models (Opus, Sonnet, Haiku)
- FastAPI service for external access
Use cases of Claude Desktop API Integration via MCP
- Use the API for longer context windows beyond the Professional Plan limit
- Employ custom system prompts to guide Claude’s behavior (e.g., fitness coach)
- Bypass rate limits or manage multiple conversation threads with IDs
- Switch between free Professional Plan chats and API‑powered queries on demand
FAQ from Claude Desktop API Integration via MCP
How do I switch between Professional Plan and API usage?
Use normal chat for Professional Plan. Prefix any message with @claude-api to route the request through the MCP server and use your API key and credits.
What models are supported?
The server supports Claude 3 Opus, Claude 3 Sonnet, Claude 3 Haiku, and Claude 3.5 Sonnet. Use @claude-api list_available_models to see all available models.
How do I manage conversations?
Use @claude-api query_claude with a conversation_id parameter to track a thread. Retrieve history with get_conversation_history, list all conversations with list_conversations, and clear one with clear_conversation.
Does using the API cost money?
Yes, API calls use your Anthropic API credits and may incur charges. It is recommended to use the Professional Plan for general inquiries and @claude-api only when you need advanced features.
Where is my data stored?
Conversation histories are managed server‑side by the MCP server; no data is stored outside your local environment unless you configure otherwise. The server itself runs locally.
AI 与智能体 分类下的更多 MCP 服务器
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
评论