jsonplaceholder-mcp
@p-gokul
jsonplaceholder-mcp について
A simple mcp server of JsonPlaceHolder.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"JsonPlaceHolder-MCP": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is jsonplaceholder-mcp?
jsonplaceholder-mcp is a Model Context Protocol server that interacts with the JSONPlaceholder API to provide access to users, posts, albums, and related data. It is built with TypeScript, Zod for schema validation, and the Fetch API.
How to use jsonplaceholder-mcp?
You can use jsonplaceholder-mcp with Claude Desktop either by building a Docker image and adding it to claude_desktop_config.json or by installing dependencies, building the server, and configuring it with the path to the compiled JavaScript file. Local inspection is also possible via npm run inspect.
Key features of jsonplaceholder-mcp
- Get all users from the JSONPlaceholder API
- Get a specific user by ID
- Retrieve all posts created by a user
- Fetch all albums created by a user
- Retrieve all todos for a user
- Get all posts or a post by ID
- Get all comments on a specific post
- Get all albums or an album by ID
- Retrieve all photos in an album
Use cases of jsonplaceholder-mcp
- List all users and their associated posts, albums, and todos
- Retrieve the details of a single user by ID
- Get all comments for a given post
- Query all photos belonging to a specific album
- Fetch a specific album or post by its identifier
FAQ from jsonplaceholder-mcp
What API does jsonplaceholder-mcp use?
It uses the free fake JSONPlaceholder API at https://jsonplaceholder.typicode.com.
How do I run jsonplaceholder-mcp with Claude Desktop?
You can run it via Docker (build the image and add a Docker command to claude_desktop_config.json) or via NPX (install dependencies, build the server, and specify the absolute path to dist/index.js in the config).
What are the main tool categories in jsonplaceholder-mcp?
The tools are grouped into User Tools, Post Tools, and Album Tools, covering retrieval of users, posts, comments, albums, photos, and todos.
What dependencies and runtime does jsonplaceholder-mcp require?
It is built with TypeScript, uses Zod for schema validation, and the Fetch API. It runs on Node.js and requires npm for building.
Does jsonplaceholder-mcp require authentication?
No. JSONPlaceholder is a free, public API that does not require authentication.
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
コメント