MCP servers for Cursor

MCP for Cursor
— tools right in the editor

Connect Twelver MCP servers to Cursor: web search with page reading, image generation and Yandex Wordstat stats. One block in mcp.json and the Cursor agent gets tools without leaving the editor.

Why use it in Cursor

An in-editor agent often lacks fresh data and media — MCP fills that gap.

🔍

Fresh documentation

The agent finds current docs and examples and reads full pages — instead of guessing from model memory.

🖼️

Images for the project

Generate placeholders, icons or illustrations while you work on the code.

📊

Data for content

Wordstat demand for landing and SEO pages you build right there.

🤖

Agentic workflows

Give the agent real actions — search, generation, data — not just file edits.

Connecting to Cursor

Open Settings → MCP in Cursor (or the ~/.cursor/mcp.json file) and add the block below. After saving, the server shows up in the MCP list.

1

Settings → MCP in Cursor

2

Add the config to ~/.cursor/mcp.json

3

Save and sign in via OAuth


Build your server

Check the tools — URLs and config update themselves.

Генерация изображений (Nano Banana)PopularВеб-поискPopularЯндекс Wordstat

Connector URLs

Генерация изображений (Nano Banana)

https://twelver.ru/api/mcp/v1/image-generation

Веб-поиск

https://twelver.ru/api/mcp/v1/web-search

Яндекс Wordstat

https://twelver.ru/api/mcp/v1/wordstat
{
  "mcpServers": {
    "twelver-image-generation": {
      "url": "https://twelver.ru/api/mcp/v1/image-generation"
    },
    "twelver-web-search": {
      "url": "https://twelver.ru/api/mcp/v1/web-search"
    },
    "twelver-wordstat": {
      "url": "https://twelver.ru/api/mcp/v1/wordstat"
    }
  }
}

Try it without signing up. Register and we’ll add more free tokens — plus extra for a few simple onboarding tasks.

How it works

Remote HTTP servers — nothing to install locally.

Just a URL in mcp.json

No local commands or npx — point to the server URL and it works.

🔐

Secure sign-in

OAuth in the browser — keys are not stored in the project config.

🧰

Several tools at once

Add search, generation and data as separate servers and enable them as needed.

💳

Single balance

First requests free, then pay-as-you-go from one balance.

FAQ

Open Settings → MCP (or ~/.cursor/mcp.json) and add a server with a "url" field pointing to the Twelver tool URL. Save it — the server appears in the list and becomes available to the agent.
No. These are remote HTTP servers and Cursor connects via URL. Nothing to install or run.
The Twelver API is an OpenAI-compatible endpoint for code generation as a “model”. MCP servers give the agent tools (search, images, data) on top of any model. They can be used together.
First requests are free after sign-up, then pay-as-you-go from a single balance.

Получайте бесплатные токены

Выполняйте цели онбординга, чтобы пополнить бесплатный баланс.

  • Создать аккаунт

    +50,000

    Зарегистрируйтесь, чтобы сохранять чаты, агентов и настройки на всех устройствах.

  • Первый веб-поиск

    +20,000

    Задайте вопрос, требующий свежих данных — AI выполнит поиск в интернете и укажет источники.

  • Создать первый документ

    +20,000

    Создайте структурированный документ — статью, отчёт, план — прямо из чата и редактируйте его совместно.

  • Загрузить первое изображение

    +20,000

    Перетащите изображение в чат — AI увидит его и ответит на вопросы о содержимом или отредактирует.

  • Создать первого агента

    +50,000

    Создайте собственного AI-агента со своим характером, инструментами и инструкциями. Требуется пополненный баланс.

  • Создать аудио

    +50,000

    Сгенерируйте речь, озвучку или звуковой эффект по текстовому промпту.

  • Создать видео

    +50,000

    Выберите агента с поддержкой видео (или создайте специального) и опишите нужную сцену.

  • Создать изображение

    +40,000

    Попросите чат сгенерировать изображение — пробуйте разные стили, соотношения сторон и подробные промпты.

  • Общаться 2 дня подряд

    +20,000

    Заходите два дня подряд, чтобы начать серию. Любой короткий диалог засчитывается.

  • Общаться 4 дня подряд

    +40,000

    Поддерживайте серию — четыре дня подряд активности в чате.

  • Общаться 7 дней подряд

    +60,000

    Целая неделя серии подряд. Вы в огне!

  • Общаться 30 дней подряд

    +100,000

    Целый месяц ежедневных чатов — высшая награда за серию.

  • Пополнить баланс

    +100,000

    Пополните баланс, чтобы открыть премиум-модели и инструменты. Токены доступны, пока активна подписка — они сгорают, когда подписка заканчивается.

  • Пополнить баланс дважды

    +100,000

    Второе платное пополнение даёт бонусные токены сверх купленных.

Give the Cursor agent real tools

Web search, generation and Wordstat data — one block in mcp.json.