Tiangong AI MCP

by linancn

4 stars
217 downloads
Not rated
GitHub

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Tiangong AI MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

中文 | English

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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.