Skip to content

Commit d198c27

Browse files
committed
Update README.md
1 parent 0284574 commit d198c27

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: README.md

+24
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,30 @@ auto-generated code, docs, auth, caching and error handling – so you can focus
6363
Get started immediately with our managed version of API 200. Users can go to our cloud platform and start integrating
6464
API endpoints instantly without any setup or infrastructure management. Visit [API200.co](https://api200.co) to begin.
6565

66+
## MCP
67+
68+
To configure the API200 MCP server with Claude Desktop (or any other client):
69+
70+
1. Open Claude Desktop settings
71+
2. Navigate to Developer settings
72+
3. Add a new custom tool with the following configuration:
73+
74+
```json
75+
{
76+
"mcpServers": {
77+
"api200": {
78+
"command": "npx",
79+
"args": [
80+
"api200-mcp@latest"
81+
],
82+
"env": {
83+
"USER_KEY": "your-api-key-here"
84+
}
85+
}
86+
}
87+
}
88+
```
89+
6690
## Self-Hosted Setup
6791

6892
### Prerequisites

Diff for: packages/mcp/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ To configure the API200 MCP server with Claude Desktop:
4444
}
4545
}
4646
}
47-
4847
```
4948

5049
## Usage

0 commit comments

Comments
 (0)