
ITM Platform
@itmplatform
About ITM Platform
Connect AI assistants to ITM Platform project management. Search projects, inspect budgets, summarize portfolio health, create tasks, and log risks and issues using your ITM Platform permissions. 20 tools, OAuth or API key, hosted or local.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"itm-platform": {
"command": "npx",
"args": [
"@itm-platform/mcp-server"
],
"env": {
"ITM_API_URL": "https://api.itmplatform.com",
"ITM_COMPANY": "{your-account}",
"ITM_API_KEY": "your-api-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ITM Platform?
ITM Platform MCP Server connects ITM Platform’s project and portfolio management to AI assistants through the Model Context Protocol. It is designed for project managers and teams using ITM Platform who want to query, update, and analyze project data via AI‑powered chats.
How to use ITM Platform?
Two connection options: hosted (OAuth 2.1 + PKCE, no install) using the URL https://api.itmplatform.com/v2/_/mcp/, or local (API key) via npx @itm-platform/mcp-server. The server authenticates as you and only exposes data your account is allowed to access.
Key features of ITM Platform
- 20 tools (15 read, 5 write) for project and portfolio management
- Search projects, services, budgets, actuals, and revenue
- List tasks, risks, issues, and aggregate portfolio data
- Create or update tasks, risks, issues, and projects
- Run validated DataMart queries
- 6 resources and 4 prompt templates for status and analysis
Use cases of ITM Platform
- Get a quick project status summary in a team chat
- Pull a portfolio overview including budgets and margins
- Assess team workload across active projects
- Perform risk analysis with built‑in prompt templates
- Query DataMart data for custom reports
FAQ from ITM Platform
Which AI assistants can I use?
ITM Platform works with Claude, VS Code, Cursor, OpenAI Codex, Windsurf, JetBrains AI Assistant, and any MCP‑compatible client.
Do I need to install anything for the hosted version?
No. Just configure your MCP client to point to the hosted URL – no software or dependencies to install.
How do I authenticate?
Use OAuth 2.1 + PKCE for the hosted option (browser‑based login) or provide an API key when running the local npm package.
What data can I access?
Only data your ITM Platform account is permitted to see. The server authenticates as you and enforces the same permissions.
How many tools and resources are available?
The server provides 20 tools (15 read, 5 write), 6 resources, and 4 prompt templates.
More Developer Tools MCP servers
MCP Framework
QuantGeekDevThe Typescript MCP Framework
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Comments