TM1 MCP Server
@andreyea
关于 TM1 MCP Server
MCP server for TM1
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tm1mcp": {
"command": "uv",
"args": [
"run",
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is TM1 MCP Server?
A Python-based Model Context Protocol (MCP) server that enables compatible LLMs to control and interact with IBM TM1 instances. It provides easy access to TM1 through MCP, a collection of useful TM1 tools and utilities, and a simple mechanism for adding custom tools.
How to use TM1 MCP Server?
Clone the repository, install dependencies, then modify the TM1 connection parameters in config.py as required. Run the server with uv run main.py or use the MCP inspector with mcp dev main.py. For Claude Desktop, configure %APPDATA%/Claude/claude_desktop_config.json with the command uv --directory /ABSOLUTE/PATH/TO/TM1MCP run main.py.
Key features of TM1 MCP Server
- Easy access to TM1 instances through MCP
- Collection of useful TM1 tools and utilities
- Simple extension mechanism for adding custom tools
- Built with Python 3.12+ and TM1py
Use cases of TM1 MCP Server
- Control IBM TM1 instances from any compatible LLM
- Interact with TM1 data and processes using natural language
- Extend the server with custom TM1 tools for specific operations
FAQ from TM1 MCP Server
What are the runtime requirements?
Python 3.12 or higher, a TM1 instance accessible via TM1py, and the uv package manager.
How do I install and configure the server?
Clone the repository, install dependencies from pyproject.toml, then edit config.py with your TM1 connection parameters.
How can I extend the server with custom tools?
Create new modules in the tools/ directory, decorate functions with @mcp.tool(), and import the modules in main.py.
How do I run the server?
Use uv run main.py to start the server, or mcp dev main.py to run the MCP inspector for testing.
What transport or authentication does it use?
The server relies on the TM1py library to connect to TM1 instances. Authentication and connection details are configured in config.py.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论