Tiangong AI MCP
Description
--- 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…
About
--- 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."…
Details
- Author
- linancn
- GitHub stars
- 4
- Downloads
- 217
- Categories
- Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Tiangong AI MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package globally with `npm install -g @tiangong-
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tiangong ai mcp": {
"tiangong-ai-mcp": {
"command": "npx",
"args": [
"dotenv",
"-e",
".env",
"--",
"\\"
]
}
}
}
}
McpServers
{
"tiangong-ai-mcp": {
"command": "npx",
"args": [
"dotenv",
"-e",
".env",
"--",
"\\"
]
}
}
TianGong-AI-MCP
TianGong AI Model Context Protocol (MCP) Server supports Streamable Http protocol.
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-http
Local 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.js
Launch the Inspector separately when interactive MCP inspection is needed.
Launch MCP Inspector
npx @modelcontextprotocol/inspector
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



