I got tired of manually writing MCP tools for every REST endpoint I wanted
to expose to an LLM. So I automated it.
mcpgen reads an OpenAPI JSON or YAML file and generates a complete,
ready‑to‑run MCP server in Python.
Parses OpenAPI 3.0 / 3.1 specs
I got tired of manually writing MCP tools for every REST endpoint I wanted to expose to an LLM. So I...
I got tired of manually writing MCP tools for every REST endpoint I wanted
to expose to an LLM. So I automated it.
mcpgen reads an OpenAPI JSON or YAML file and generates a complete,
ready‑to‑run MCP server in Python.
Parses OpenAPI 3.0 / 3.1 specs

Every MCP server I've read that wraps a third-party REST API has the same shape: someone picked...

The Model Context Protocol has gone from a niche Anthropic project to industry-standard...

Production-ready MCP servers for web search, code review, and document processing. Install with uvx or pip, pay per use.

If you've been watching the MCP (Model Context Protocol) ecosystem from the sidelines, here's a...

When I built the MCP server for this project — it combines GitHub and DEV.to into a set of tools an...

When building Model Context Protocol (MCP) servers or AI agents that consume them, traditional API...