TI

Tianji

Created 6 months ago

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

development documentation public

What is Tianji?

Interact with Tianji platform whatever selfhosted or cloud platform, powered by [Tianji](https://tianji.msgbyte.com/).

Documentation

Tianji MCP Server

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

{
  "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:

TIANJI_BASE_URL=https://tianji.example.com

# Tianji Platform API Key
TIANJI_API_KEY=your_api_key_here

# Tianji Platform Workspace ID
TIANJI_WORKSPACE_ID=your_workspace_id_here

License

MIT

Server Config

{
  "mcpServers": {
    "tianji-server": {
      "command": "npx",
      "args": [
        "tianji"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: msgbyte
Category: official
License: MIT
Tags:
development documentation public