Tianji MCP Server
Tianji MCP Server enables your AI agents to interact with external data, APIs, and services, unlocking dynamic workflows and real-world automation for your AI applications.

What does “Tianji” MCP Server do?
The Tianji MCP (Model Context Protocol) Server is designed to connect AI assistants with external data sources, APIs, or services, thereby enhancing development workflows and enabling more dynamic AI capabilities. By acting as a bridge between AI models and real-world resources, Tianji MCP Server empowers AI systems to perform a range of tasks, such as executing database queries, managing files, or interacting with various APIs. This facilitates seamless integration of external data and functionalities into AI-driven applications, making it easier for developers to build intelligent systems that require up-to-date information, automation, or operational context from outside sources.
List of Prompts
No prompt templates were specified in the available files or documentation.
List of Resources
No explicit resources were listed in the available documentation or files.
List of Tools
No tools were detailed in the server.py or the available files in the repository path provided.
Use Cases of this MCP Server
No specific use cases were described in the available repository documentation.
How to set it up
Windsurf
- Ensure Node.js and npm are installed.
- Locate the Windsurf configuration file (e.g.,
windsurf.config.json
). - Add the Tianji MCP Server to the
mcpServers
object:{ "mcpServers": { "tianji": { "command": "npx", "args": ["@tianji/mcp-server@latest"] } } }
- Save the configuration and restart Windsurf.
- Verify the setup by checking the MCP server connection status.
Claude
- Ensure Node.js is installed.
- Open Claude’s configuration file.
- Insert the Tianji MCP Server configuration:
{ "mcpServers": { "tianji": { "command": "npx", "args": ["@tianji/mcp-server@latest"] } } }
- Save and restart Claude.
- Check the logs to confirm successful connection.
Cursor
- Install Node.js if not already present.
- Find the
cursor.config.json
or relevant config file. - Add Tianji MCP Server:
{ "mcpServers": { "tianji": { "command": "npx", "args": ["@tianji/mcp-server@latest"] } } }
- Save and restart Cursor.
- Validate integration via the UI or logs.
Cline
- Make sure Node.js is installed.
- Open the Cline configuration file.
- Add the following JSON snippet:
{ "mcpServers": { "tianji": { "command": "npx", "args": ["@tianji/mcp-server@latest"] } } }
- Save changes and restart Cline.
- Confirm the MCP server is running.
Securing API Keys
Use environment variables to manage secrets. Example configuration:
{
"mcpServers": {
"tianji": {
"command": "npx",
"args": ["@tianji/mcp-server@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"apiKey": "${API_KEY}"
}
}
}
}
How to use this MCP inside flows
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{ “tianji”: { “transport”: “streamable_http”, “url”: “https://yourmcpserver.example/pathtothemcp/url" } }
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “tianji” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Overview
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Brief description of Tianji MCP Server included. |
List of Prompts | ⛔ | No prompt templates found. |
List of Resources | ⛔ | No resources documented. |
List of Tools | ⛔ | No tools found in available files. |
Securing API Keys | ✅ | Environment variable usage example provided. |
Sampling Support (less important in evaluation) | ⛔ | No information on sampling support. |
Based on the above, the Tianji MCP Server appears to be in an early or undocumented state regarding MCP-specific features such as prompts, resources, and tools. Its setup instructions are clear, but its practical capabilities are not documented in the examined code or README.
MCP Score
Has a LICENSE | |
---|---|
Has at least one tool | |
Number of Forks | |
Number of Stars |
I would rate this MCP server a 2/10 based on the available documentation and feature completeness, as it lacks practical details or examples for users and developers, and there is no evidence of implemented MCP primitives or tools in the provided files.
Frequently asked questions
- What is the Tianji MCP Server?
The Tianji MCP (Model Context Protocol) Server bridges AI agents with external data sources, APIs, and services. It enables AI models to access real-world information, automate external operations, and integrate live data into workflows.
- How do I configure API keys securely?
Use environment variables to store API keys. In your MCP server configuration, reference these variables for secure access and secret management.
- Are there built-in prompts, tools, or resources?
No prompt templates, tools, or resources are included in the current release or documentation. Tianji MCP Server is designed for extensibility and connection to external resources as defined by the user.
- How do I use Tianji MCP Server in FlowHunt?
Add the MCP component to your flow, connect it to your agent, and insert your Tianji MCP server configuration (with the correct transport and URL) in the system MCP configuration panel. The agent can then access Tianji MCP's capabilities.
- What are the main use cases?
Use Tianji MCP Server to connect AI agents to live APIs, databases, file systems, and external tools—enabling dynamic data retrieval, automation, and operational context in your AI-driven applications.
Connect Your AI to the World with Tianji MCP Server
Easily bridge your AI assistants to external APIs and services for smarter, more dynamic applications. Deploy Tianji MCP Server in your FlowHunt workflow today.