F
First MCP Server
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
README
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"
]
}
}
}