Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd198c27

Browse files
committed
Update README.md
1 parent0284574 commitd198c27

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

‎README.md‎

Lines changed: 24 additions & 0 deletions
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

‎packages/mcp/README.md‎

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp