akshay3001
MCP Serverakshay3001public

mcp servers playground

Repo for MCP servers playground

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

Repo for MCP servers playground

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

JSONPlaceholder MCP Server

A Model Context Protocol (MCP) server implementation that provides tools to interact with the JSONPlaceholder API and basic calculator functions.

Features

  • Calculator Server: Provides basic arithmetic operations (add, subtract)
  • JSONPlaceholder Server: Provides access to the JSONPlaceholder API data:
    • Users
    • Posts
    • Comments
    • Albums
    • Todos

Getting Started

Prerequisites

  • Node.js (v18.0.0 or later for native fetch support)
  • npm or yarn

Installation

  1. Clone the repository
  2. Install dependencies:
npm install

Running the Servers

You can run the servers using npm scripts:

# Run the JSONPlaceholder server (default)
npm start

# Run the Calculator server
npm run start:calculator

# Run the JSONPlaceholder server explicitly
npm run start:jsonplaceholder

VS Code Integration

This project includes configuration for VS Code integration. The MCP servers can be accessed through VS Code settings:

  1. In the .vscode/mcp.json file:
{
  "servers": {
    "my-calc": {
      "command": "node",
      "args": ["/path/to/servers/calculator.js"]
    },
    "my-mcp-server": {
      "command": "node",
      "args": ["/path/to/servers/jsonplaceholder.js"]
    }
  }
}
  1. Or in your VS Code settings.json:
"mcp": {
  "servers": {
    "my-calc": {
      "command": "node",
      "args": [
        "/path/to/servers/calculator.js"
      ]
    },
    "my-mcp-server": {
      "command": "node",
      "args": [
        "/path/to/servers/jsonplaceholder.js"
      ]
    }
  }
}

Quick Start

1

Clone the repository

git clone https://github.com/akshay3001/mcp-servers-playground
2

Install dependencies

cd mcp-servers-playground
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerakshay3001
Repomcp-servers-playground
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation