Tianji
If you are the rightful owner of Tianji and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A server based on Model Context Protocol (MCP) that provides tools for interacting with the Tianji platform.
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
{
"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 Platform API Base URL
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
Related MCP Servers
View all ai_chatbot servers →Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
github-mcp-server
by github
The GitHub MCP Server is a Model Context Protocol server that integrates with GitHub APIs for automation and interaction.
claude-task-master
by eyaltoledano
Task Master is a task management system for AI-driven development with Claude, designed to work seamlessly with Cursor AI.
Model Context Protocol
by pollinations
A Model Context Protocol (MCP) server for the Pollinations APIs that enables AI assistants like Claude to generate images, text, and audio directly.
gateway
by centralmind
CentralMind Gateway is a tool designed to expose databases to AI agents via MCP or OpenAPI protocols, providing secure, LLM-optimized APIs.
HowToCook-mcp
by worryzyy
HowToCook-MCP Server is a Model Context Protocol server that transforms AI assistants into personal chefs, helping users plan meals and recommend recipes.
osp_marketing_tools
by open-strategy-partners
A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on Open Strategy Partners' proven methodologies.