📡 MCP Radar

shriramkv/create-mcp-server

Scaffold a lean, best-practice MCP server that passes the quality checks by construction, with tests, CI and docs built in.

8 stars
0 forks
Python
momentum ▲ 16.0
created 2026-08-11
on radar since 2026-08-17
View on GitHub ↗

About create-mcp-server

Scaffold a lean, best-practice MCP server (stdio transport) in one command, with tests, CI, docs and an AGENTS.md already in place.

Most MCP quality tools inspect a server after the fact: they audit it, grade it, diff it, load-test it. This one works from the other end. It generates a server that is well-behaved by construction: one-line tool descriptions, tight input schemas, read-only hints, no third-party dependencies, and a passing test suite. Point a context or scorecard checker at what it produces and you start at grade A.

Zero third-party dependencies. Pure standard-library Python. MIT licensed.

Companion to the MCP-quality toolchain (mcp-context-budget, mcp-scorecard, mcp-server-audit, mcp-conformance-kit, mcp-surface-diff, mcp-load-lab). Those tools grade a server. This one builds a server that passes.

Four lean example tools are included; pick any subset:

Tool Description ------ echo Return the given text unchanged. add Add two numbers and return the sum. currenttime Return the current UTC time in ISO 8601 format. wordcount Count the words in a piece of text.

Options: -o/--output DIR, --tools, --description, --author, --force, --list-tools.

The generated server.py follows the same discipline the quality tools reward:

- Lean descriptions. One line per tool, because every description is spent from the model's context budget on each turn. - Tight schemas. Small, specific input schemas with no speculative fields. - Honest annotations. Read-only tools carry readOnlyHint. - No dependencies. Standard library only, so it runs anywhere Python does. - A registry pat

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/shriramkv--create-mcp-server.html)

Related MCP servers

fellowgeek/mcp-memory

An OKF-backed Model Context Protocol (MCP) server delivering persistent long-term memory and SQLite FTS5 search for AI agents.

⭐ 188Python
sosoj92/jarvis-assistant-vocal

Assistant vocal local en francais : Claude ou Ollama (offline), domotique Hue, OBS, agenda, navigateur, appels Twilio, serveur MCP. Python.

⭐ 132Python
Stupidoodle/swissdevjobs-cli

Search & apply to ~4,700 salary-transparent tech jobs across 7 countries (🇨🇭🇩🇪🇬🇧🇺🇸🇨🇦🇳🇱🇫🇷) from your terminal or AI agent — zero-dependency Python CLI + MCP server + Claude Code plugin

⭐ 92Python
agents-universe/agents-universe

让智能体像人一样学习和工作,共享智能体和项目记忆

⭐ 83Python
bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
alxgntv/substack-api-mcp

MCP server for Substack posts (FastMCP + substack-api-client)

⭐ 80Python

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.