A comprehensive Model Context Protocol (MCP) server that interacts with the JsonPlaceholder (https://jsonplaceholder.typicode.com
)API to provide access to users, posts, albums, and related data.
This MCP Server provides a set of tools to interact with various endpoints of the JSONPlaceholder API:
This application is built using:
docker build -t json-place-holder .
{
"mcpServers": {
"JsonPlaceHolder Notes Server": {
"command": "docker",
"args": ["run", "-i", "--rm", "json-place-holder"]
}
}
}
npm run install
npm run build
absolute_path\\dist\\index.js
{
"mcpServers": {
"JsonPlaceHolder MCP Server": {
"command": "node",
"args": [
"absolute_path/dist/index.js"
]
}
}
}
Or Inspect Locally
npm run inspect
{
"mcpServers": {
"JsonPlaceHolder Notes Server": {
"env": {},
"args": [
"run",
"-i",
"--rm",
"json-place-holder"
],
"command": "docker"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.