Native Integration · Cursor IDE · Sub-150ms Latency

Give Cursor Real-Time, Token-Efficient Web Access

Add TokenMarkdown as a native Model Context Protocol (MCP) server to query live docs, APIs, and articles with zero prompt bloat.

Cursor developers often struggle when asking the AI to read recent documentation or web libraries. Raw web scrapers dump thousands of lines of cookie banners and JavaScript navigation into Composer. TokenMarkdown converts any URL into concise, clean Markdown in ~140ms.

Get 250 Free API Credits → ⬇ Download Cursor MCP Template
.cursor/mcp.json
{
  "mcpServers": {
    "tokenmarkdown": {
      "command": "npx",
      "args": ["-y", "tokenmarkdown-mcp"]
    }
  }
}
Example Prompt in Cursor Composer: "Read the latest API changes at https://linear.app/docs/api and update our GraphQL client with the new coding session mutation."

Connect Cursor in under 60 seconds

Zero complicated infrastructure. Just add the MCP definition to your project or user settings.

01

Open Cursor Settings

In Cursor, navigate to Cursor Settings → Features → MCP, or create .cursor/mcp.json in your project workspace.

02

Paste MCP Server Definition

Add the tokenmarkdown-mcp entry shown above into your config.

03

Prompt Composer with Live URLs

Prompt Composer or Chat with any web link — Cursor will autonomously call TokenMarkdown to ingest clean Markdown.

Ready to power your Cursor IDE workflows?
Start in 30 seconds with 250 free sandbox credits or activate a live production key on the Builder Tier ($29/mo) with instant 1-click Stripe checkout.
Open Developer Console → View All Plans