MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A basic MCP server for learning purposes, additional features will be added as I learn more. The tool can be enabled in Claude desktop

Created 4/27/2026
Updated about 4 hours ago
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-first-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "shitalghatole-first-mcp-server": { "command": "npx", "args": [ "shitalghatole-first-mcp-server" ] } } }