mcp-servers-playground
If you are the rightful owner of mcp-servers-playground and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server implementation that provides tools to interact with the JSONPlaceholder API and basic calculator functions.
The JSONPlaceholder MCP Server is a versatile implementation designed to facilitate interaction with the JSONPlaceholder API and perform basic arithmetic operations. It serves as a dual-purpose server, offering both a Calculator Server for arithmetic operations and a JSONPlaceholder Server for accessing various data endpoints such as users, posts, comments, albums, and todos. This server is built on Node.js, requiring version 18.0.0 or later for native fetch support, and can be easily integrated with development environments like Visual Studio Code. The server setup is straightforward, involving cloning the repository, installing dependencies, and running the desired server using npm scripts. Additionally, the server configuration can be customized through VS Code settings, allowing for seamless integration and management of MCP servers within the development environment.
Features
- Calculator Server: Provides basic arithmetic operations (add, subtract).
- JSONPlaceholder Server: Provides access to the JSONPlaceholder API data including users, posts, comments, albums, and todos.