TianGong AI MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TianGong AI MCPlist available streaming models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
docType: guide scope: repo status: current authoritative: true owner: mcp language: en whenToUse: "When installing, configuring, running, or integrating the TianGong AI MCP server." whenToUpdate: "When tool behavior, auth, environment variables, package metadata, build commands, or server startup changes." checkPaths:
AGENTS.md
.docpact/config.yaml
package.json
Dockerfile
.env.example
mcp_config.json
test.http
.github/prompts/**
README_CN.md
DEV_EN.md
DEV_CN.md
src/** lastReviewedAt: 2026-08-20 lastReviewedCommit: 56622587c4d1b421cf5e27ce2abc0e136b470f70
TianGong-AI-MCP
GitHub organization migration / GitHub 组织迁移
This original repository now belongs to the tiangong-ai organization, with its repository identity and history retained. The CLI package @tiangong-ai/cli and command tiangong-ai are unchanged. Wiki is now published as @tiangong-ai/wiki; its commands remain unchanged. See the migration and upgrade notes.
该仓库已迁入 tiangong-ai 组织,仓库身份与历史保留。CLI 包名 @tiangong-ai/cli 和命令 tiangong-ai 不变;Wiki 新包名为 @tiangong-ai/wiki,命令不变。升级方式见迁移说明。原个人账号 tiangong-ai-legacy 保留历史;请自行 Follow 新组织。
TianGong AI Model Context Protocol (MCP) Server supports Streamable Http protocol.
Related MCP server: OpenAPI MCP Server
Starting MCP Server
Streamable Http Server
npm install -g @tiangong-ai/mcp-server@latest
npx dotenv -e .env -- \
npx -p @tiangong-ai/mcp-server tiangong-ai-mcp-httpLocal Development Server
From this repository you can build and launch the HTTP server with:
npm run build
npx dotenv -e .env -- node dist/src/index_server.jsLaunch the Inspector separately when interactive MCP inspection is needed.
Launch MCP Inspector
npx @modelcontextprotocol/inspectorThis server cannot be deployed
Maintenance
Related MCP Connectors
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for MiniMax H3 multimodal video generation
Remote ChromaDB vector database MCP server with streamable HTTP transport
MCP server for AI dialogue using various LLM models via AceDataCloud
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that provides Hugging Face Hub API and Search endpoints through multiple transport protocols (STDIO, SSE, StreamableHTTP, and StreamableHTTPJson), enabling integration with AI model capabilities.294MIT
- AlicenseNot gradedqualityCmaintenanceA server that implements the Model Context Protocol (MCP) with StreamableHTTP transport, enabling standardized interaction with model services through a RESTful API interface.340 npm2MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that supports STDIO, SSE and Streamable HTTP protocols for AI model interactions.92 npm1MIT
- FlicenseNot gradedqualityCmaintenanceA Model Context Protocol server for AI image and video generation using Jimeng AI, enabling text-to-image, image composition, text-to-video, and image-to-video through Claude Desktop and other MCP clients.80-