Claude Desktop API MCPServer

mlobo2012
GitHub
API IntegrationDesktop ApplicationConversation Management

Loading subscription status...

💡 Description

This server provides seamless integration between Claude Desktop and the Claude API, allowing access to advanced features such as custom system prompts and conversation management while avoiding limits of the professional plan.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Claude_Desktop_API_MCP": {
        "env": {
          "ANTHROPIC_API_KEY": "your_api_key_here"
        },
        "args": [
          "src/claude_api_server.py"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

query_claudeclear_conversationget_conversation_history

Features

  • Direct integration with Claude API
  • Conversation history tracking and management
  • Support for system prompts
  • Seamless switching between professional plan and API use
  • Easy setup on Claude Desktop

💬 Example Queries

  • @claude-api Please answer using the API: What is the capital of France?
  • @claude-api {"system_prompt": "You are an expert fitness coach"} Create a workout plan
  • @claude-api {"conversation_id": "project1"} Let's discuss Python
  • @claude-api get_conversation_history project1