#133 · Primary category: LLM Application Frameworks

mcp-framework

anthropic claude framework genai llm llms mcp modelcontextprotocol typescript

The Typescript MCP Framework

Project last updated:04/16/26

GitHub Stars

928

Forks

112

Contributors

17

License

MIT

Why we included this project

If you build tools that expose data or actions to Claude, ChatGPT, or other MCP-capable assistants, this framework removes a lot of the plumbing you would otherwise write by hand. It wraps the official MCP SDK in TypeScript-friendly base classes for tools, resources, and prompts, and it handles server setup through a CLI that scaffolds a project and adds new tools in one command. Discovery is automatic: drop a file in the right directory and the server picks it up, which keeps growing server codebases tidy without manual registration. You also get a choice of transports (stdio, SSE, HTTP streaming) and built-in auth for web endpoints, so the same codebase can go from a local CLI tool to a hosted service. Teams that already live in TypeScript and want a structured, typed foundation for their MCP servers will find this a practical starting point rather than a thin wrapper.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category