MCP.so
登录

JSONPlaceholder MCP Server

@akshay3001

关于 JSONPlaceholder MCP Server

Repo for MCP servers playground

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

akshay3001

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is JSONPlaceholder MCP Server?

A Model Context Protocol (MCP) server implementation that provides tools to interact with the JSONPlaceholder API (Users, Posts, Comments, Albums, Todos) and basic calculator functions (add, subtract).

How to use JSONPlaceholder MCP Server?

Install Node.js v18.0.0 or later, clone the repository, run npm install, then use npm start for the JSONPlaceholder server, npm run start:calculator for the calculator server, or npm run start:jsonplaceholder explicitly. Configuration for VS Code is provided via mcp.json or settings.json.

Key features of JSONPlaceholder MCP Server

  • Calculator server with basic arithmetic operations (add, subtract)
  • JSONPlaceholder server accessing Users, Posts, Comments, Albums, Todos
  • VS Code integration via mcp.json or settings.json
  • Easy npm scripts to run each server separately
  • Supports Node.js v18.0.0 or later with native fetch

Use cases of JSONPlaceholder MCP Server

  • Fetching and managing placeholder data for testing or prototyping
  • Performing simple calculations within an MCP environment
  • Demonstrating MCP server capabilities with realistic API data
  • Integrating placeholder data into AI workflows through MCP

FAQ from JSONPlaceholder MCP Server

What runtime is required?

Node.js v18.0.0 or later is required for native fetch support.

How do I run the calculator server?

Use the command npm run start:calculator.

Can I use both servers simultaneously?

The README describes separate scripts; you can run them in separate terminals or configure both in VS Code.

How do I integrate with VS Code?

Add the server configurations to .vscode/mcp.json or VS Code settings.json as shown in the README.

What data does the JSONPlaceholder server provide?

It provides access to Users, Posts, Comments, Albums, and Todos from the JSONPlaceholder API.

评论

其他 分类下的更多 MCP 服务器