Mcp Server

by msgbyte

3.1k stars
463 downloads
Not rated
GitHub Website

About

Tianji: Insight into everything, Website Analytics + Uptime Monitor + Server Status. not only another GA alternatives

Details

Author
msgbyte
GitHub stars
3,056
Downloads
463
Categories
Other

- Query survey results from the Tianji platform.
- Get detailed information about a specific survey.
- Retrieve the list of all surveys in a workspace.

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 Mcp Server
    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

Configure the server in your MCP client by adding a JSON entry under mcpServers with the type stdio, the command npx, and the arguments -y and tianji-mcp-server. Three environment variables are required: TIANJI_BASE_URL, TIANJI_API_KEY, and TIANJI_WORKSPACE_ID.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server": {
            "tianji": {
                "type": "stdio",
                "command": "npx",
                "args": [
                    "-y",
                    "tianji-mcp-server"
                ],
                "env": {
                    "TIANJI_BASE_URL": "https://tianji.example.com",
                    "TIANJI_API_KEY": "<your-api-key>",
                    "TIANJI_WORKSPACE_ID": "<your-workspace-id>"
                }
            }
        }
    }
}

McpServers

{
    "tianji": {
        "type": "stdio",
        "command": "npx",
        "args": [
            "-y",
            "tianji-mcp-server"
        ],
        "env": {
            "TIANJI_BASE_URL": "https://tianji.example.com",
            "TIANJI_API_KEY": "<your-api-key>",
            "TIANJI_WORKSPACE_ID": "<your-workspace-id>"
        }
    }
}

Tianji MCP Server

A server based on Model Context Protocol (MCP) that provides tools for interacting with the Tianji platform.

Introduction

Tianji MCP Server is a bridge connecting AI assistants with the Tianji platform, exposing survey functionality from the Tianji platform to AI assistants through the MCP protocol. This server provides the following core features: - Query survey results - Get detailed survey information - Get list of all surveys in workspace

Install

``json { "mcpServers": { "tianji": { "type": "stdio", "command": "npx", "args": [ "-y", "tianji-mcp-server" ], "env": { "TIANJI_BASE_URL": "https://tianji.example.com", "TIANJI_API_KEY": "<your-api-key>", "TIANJI_WORKSPACE_ID": "<your-workspace-id>" } } } } `

Environment Variables

Before using, you need to set the following environment variables:
``bash
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.