Claude_Desktop_API_USE_VIA_MCP

MCP server implementation for using Claude API with Claude Desktop, providing advanced API integration and conversation management.

GitHub Stars

17

User Rating

Not Rated

Favorites

0

Views

39

Forks

8

Issues

5

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone 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
   
2Install Dependencies
bash
   pip install -r requirements.txt
   
3Configure Environment
```bash # Copy environment template cp .env.example .env # Edit .env and add your API key ANTHROPIC_API_KEY=your_api_key_here

Additional Resources