Documentation

Everything you need to build, develop, and deploy MCP servers with ModelFetch.

Introduction

Create your first MCP server in minutes with our CLI tool.

Get Started

Development

Learn how to develop and test your MCP servers locally.

Learn More

Deployment

Deploy your MCP servers to production with one command.

Deploy Now

Quick Example

Here's how easy it is to create an MCP server with ModelFetch:

# Create a new MCP server
npx create-modelfetch my-mcp-server
cd my-mcp-server

# Start development server
npm run dev

# Deploy to production
npm run deploy

That's it! Your MCP server is now running and ready to connect to AI clients.

Table of Contents