Tomcp
Turn any website or doc into an MCP server
What is Tomcp?
Tomcp is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to turn any website or doc into an mcp server
Turn any website or doc into an MCP server
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Turn any website or doc into an MCP server
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx tomcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Tomcp
toMCP is a web service that converts any website or documentation page into an MCP server on demand, without requiring a local install. By prepending tomcp.org/ to any URL (e.g., tomcp.org/docs.stripe.com), you get an MCP endpoint that AI models can query to retrieve clean, structured content from that site. It is particularly useful for pointing your AI assistant at API documentation, wikis, or any web resource and asking questions about it directly.
Prerequisites
- An MCP-compatible client such as Claude Desktop, Cursor, VS Code, or Windsurf
- Internet access to reach tomcp.org
- Optional: a Cloudflare Workers AI API key for higher request quotas (free tier: 5 requests/IP/day)
- No local software installation required beyond your MCP client
Identify the website you want to convert
Choose any publicly accessible URL — an API docs site, a wiki page, or a documentation portal. The service works best with text-heavy pages.
Visit tomcp.org to generate your MCP config
Go to https://tomcp.org, paste your target URL, and the site will generate a ready-to-use MCP configuration block for your client (Claude Desktop, Cursor, VS Code, etc.).
Alternatively, prepend tomcp.org/ to any URL
You can directly reference any URL by prepending the domain. This works as the MCP server URL in your client config.
https://tomcp.org/docs.stripe.com/apiAdd the generated config to your MCP client
Copy the generated JSON config block into your Claude Desktop config (~/.claude/claude_desktop_config.json) or your editor's MCP settings file.
{
"mcpServers": {
"tomcp-stripe-docs": {
"command": "npx",
"args": ["tomcp", "https://docs.stripe.com/api"]
}
}
}Restart your MCP client and query the docs
Restart Claude Desktop or your editor. Claude can now query the converted website content directly. Ask questions about the documentation using natural language.
Tomcp Examples
Client configuration
Register a toMCP server pointing at Stripe API documentation. Change the URL to any site you want to expose.
{
"mcpServers": {
"tomcp-stripe-docs": {
"command": "npx",
"args": ["tomcp", "https://docs.stripe.com/api"]
}
}
}Prompts to try
Query documentation and web content through the toMCP server using natural language.
- "How do I create a payment intent using the Stripe API?"
- "What are the required parameters for the Stripe subscription create endpoint?"
- "Summarize the authentication section of this documentation"
- "What error codes does this API return and what do they mean?"
- "Find all the webhook event types listed in the Stripe docs"Troubleshooting Tomcp
Hitting the 5 requests/day limit without an API key
Register for a Cloudflare Workers AI API key and store it under the key tomcp_api_key in your browser's localStorage when using the web interface, or pass it as an environment variable to unlock unlimited requests using your own quota.
Page content is missing or incomplete after conversion
toMCP uses a readability parser to extract clean text. Pages that are heavily JavaScript-rendered (SPAs) may return little content. Try linking to the static or printer-friendly version of the page if available.
MCP client cannot connect to the toMCP endpoint
Ensure your internet connection is active and that tomcp.org is reachable. The service is hosted externally — local firewall rules or VPN configurations can block access. Test by visiting tomcp.org in a browser first.
Frequently Asked Questions about Tomcp
What is Tomcp?
Tomcp is a Model Context Protocol (MCP) server that turn any website or doc into an mcp server It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Tomcp?
Follow the installation instructions on the Tomcp GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Tomcp?
Tomcp works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Tomcp free to use?
Yes, Tomcp is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Tomcp Alternatives — Similar Developer Tools Servers
Looking for alternatives to Tomcp? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Tomcp in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Tomcp?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.