Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Jsonplaceholder Mcp

    A simple mcp server of JsonPlaceHolder.

    1 stars
    TypeScript
    Updated Aug 17, 2025

    Table of Contents

    • 🚀 Features
    • 👤 User Tools
    • 📝 Post Tools
    • 🖼️ Album Tools
    • 🛠️ Technical Details
    • Docker

    Table of Contents

    • 🚀 Features
    • 👤 User Tools
    • 📝 Post Tools
    • 🖼️ Album Tools
    • 🛠️ Technical Details
    • Docker

    Documentation

    JsonPlaceHolder MCP Application

    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.

    🚀 Features

    This MCP Server provides a set of tools to interact with various endpoints of the JSONPlaceholder API:

    👤 User Tools

    • Get Users: Retrieve a list of all users
    • Get User by ID: Fetch details of a specific user
    • Get User Posts: Retrieve all posts created by a specific user
    • Get User Albums: Fetch all albums created by a specific user
    • Get User Todos: Retrieve all todos associated with a specific user

    📝 Post Tools

    • Get Posts: Retrieve a list of all posts
    • Get Post by ID: Fetch details of a specific post
    • Get Post Comments: Retrieve all comments on a specific post

    🖼️ Album Tools

    • Get Albums: Retrieve a list of all albums
    • Get Album by ID: Fetch details of a specific album
    • Get Album Photos: Retrieve all photos in a specific album

    🛠️ Technical Details

    This application is built using:

    • TypeScript
    • Zod for schema validation
    • Fetch API for data retrieval

    Usage with Claude Desktop

    Docker

    1. ###### Build

    bash
    docker build -t json-place-holder .

    2. ###### Add this to claude_desktop_config.json

    bash
    {
      "mcpServers": {
        "JsonPlaceHolder Notes Server": {
          "command": "docker",
          "args": ["run", "-i", "--rm", "json-place-holder"]
        }
      }
    }

    ##### NPX

    1. Install the libraries

    bash
    npm run install

    2. Build the server

    bash
    npm run build

    3. Add this to claude_desktop_config.json

    Note: For Windows use path : absolute_path\\dist\\index.js

    bash
    {
      "mcpServers": {
        "JsonPlaceHolder MCP Server": {
          "command": "node",
          "args": [
            "absolute_path/dist/index.js"
          ]
        }
      }
    }

    Or Inspect Locally

    bash
    npm run inspect

    Similar MCP

    Based on tags & features

    • 4E

      4everland Hosting Mcp

      TypeScript·
      1
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • 4E

      4everland Hosting Mcp

      TypeScript·
      1
    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k