Do you have an existing API?
Existing MCP Server
Quick start based on an existing MCP server.
Existing OpenAPI Service
Quick start based on an existing OpenAPI service.
Create a new project from scratch
- TypeScript
- Python
TS xmcp
Create a new MCP server and deploy it to Agentic using xmcp and Vercel.
TS ModelFetch
Create a new MCP server and deploy it to Agentic using ModelFetch SDK.
TS FastMCP Server
Create a new MCP server and deploy it to Agentic using the TS
fastmcp
package.TS MCP Hono
Create a new MCP server and deploy it to Agentic using
hono and @hono/mcp.TS OpenAPI Hono
Create a new OpenAPI server and deploy it to Agentic (as an MCP product!) using
hono and @hono/zod-openapi.