Integrates Claude API features, enabling direct API access, extended context windows, and advanced conversation manageme...
Created byApr 23, 2025
Claude Desktop API Integration via MCP
This project provides an MCP server implementation that enables seamless integration between Claude Desktop and the Claude API. It allows you to bypass Professional Plan limitations and access advanced features like custom system prompts and conversation management.
Features
Direct Claude API integration via MCP
Conversation history tracking and management
System prompt support
Seamless switching between Professional Plan and API usage
Easy configuration with Claude Desktop
When to Use
**Professional Plan** (default):
- Regular conversations in Claude Desktop
- Basic usage within plan limits
- No special configuration needed
**API Token** (via this MCP server):
- When you need longer context windows
- To use custom system prompts
- To bypass rate limits
- For advanced conversation management
Setup Instructions
**Clone the Repository**
```bash
# Using VS Code:
# 1. Press Cmd + Shift + P
# 2. Type "Git: Clone"
# 3. Paste: https://github.com/mlobo2012/Claude_Desktop_API_USE_VIA_MCP.git
# Or using terminal:
git clone https://github.com/mlobo2012/Claude_Desktop_API_USE_VIA_MCP.git
cd Claude_Desktop_API_USE_VIA_MCP
```