Tomcp

v1.0.0Developer Toolsstable

Turn any website or doc into an MCP server

tomcpmcpai-integration
Share:
176
Stars
0
Downloads
0
Weekly
0/5

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

Convert any website or document into an MCP server.
Extract and expose web content as MCP tools.
Ami3466

Maintainer

LicenseApache-2.0
Languagehtml
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx tomcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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.).

3

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/api
4

Add 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"]
    }
  }
}
5

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.

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.

Quick Config Preview

{ "mcpServers": { "tomcp": { "command": "npx", "args": ["-y", "tomcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides