NxCreateDocs

MCP Server

Use the project MCP for NxCreator resources and the docs MCP for direct documentation retrieval.

Use two MCP endpoints with NxCreator: one for project resources and one for direct docs retrieval.

API URLs

Use the docs MCP when you want an agent to fetch documentation directly from a stable API URL, and use the project MCP when you want it to work with NxCreator project resources.

Docs MCP API
https://docs.nxcreate.com/api/mcp/docs

Project MCP API
https://docs.nxcreate.com/api/mcp/project

Setup Guide

To use the project MCP server with Claude Desktop, add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "nxcreator": {
      "command": "npx",
      "args": ["-y", "@nxcreator/mcp-server"],
      "env": {
        "NX_API_KEY": "your_api_key_here"
      }
    }
  }
}

If you only need docs retrieval, you can also fetch the docs MCP JSON endpoint directly and follow the returned page URLs.

Available Tools

ToolDescription
docs_mcpReturns the docs MCP payload and direct page URLs.
project_mcpReturns the project MCP payload and related NxCreator API URLs.
list_botsList all bots in your account.
get_bot_codeFetch all sections for a specific bot.
update_sectionUpdate or create a code section.

How did this page feel?

Quick feedback helps improve the docs.

Last updated March 22, 2026
NxCreator, Inc.
Build and operate Telegram bots with a managed runtime.