simple_mcp
by halisyilboga · ai-ml · mcp-server, glama
An educational MCP server that teaches implementing the Model Context Protocol from scratch, enabling AI models to discover and invoke tools via JSON-RPC over stdio.
Source: https://github.com/halisyilboga/simple_mcp
Install
git clone https://github.com/halisyilboga/simple_mcpTags: mcp-server, glama
Source: glama
About ai-ml MCP servers and Claude skills
ai-ml MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
simple_mcp is one of hundreds of ai-ml entries indexed on Skiln. Browse the full ai-ml category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related ai-ml MCPs and skills
- mcp_poc by rifaterdemsahin
A PDF-to-Markdown converter built with the Model-View-Controller (MVC) pattern using the Model Context Protocol (MCP).
- FastMCP Example Server by sharon-nasimiyu
Educational example of an MCP server built with FastMCP, demonstrating how to expose tools, resources, and prompts for AI clients.
- @retailerapi/mcp by retailerapi
Enables AI agents to access Walmart product data including lookups, price history, offers, seller profiles, reviews, and sales stats via tools callable in MCP-compatible clients like Claude Desktop and Cursor.
- DevReview MCP Server by LeticiaNascS
An AI-assisted code review tool that connects to a Supabase backend, enabling automated code review through MCP.
- @ratel-ai/mcp-server by ratel-ai
Exposes a Ratel tool catalog over MCP with two tools (search_tools and invoke_tool), and includes a CLI for managing multi-scope MCP configurations, OAuth flows, and telemetry.
- @shipeasy/mcp by shipeasy-ai
A unified MCP server for experimentation and i18n, enabling AI assistants to manage feature flags, experiments, metrics, events, and string translations via natural language.
- @particle-academy/docs-mcp by Particle-Academy
A dev-time MCP server that lets coding agents read documentation directly from installed @particle-academy/\* packages, ensuring version-matched docs without network calls.
- kubera-mcp by akeslo
MCP server for Kubera that lets LLMs read and update your portfolio data.
Frequently asked questions
How do I install simple_mcp?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support simple_mcp?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is simple_mcp free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.