Microsoft Planner MCP Server by CData
@CDataSoftware
Microsoft Planner MCP Server by CData について
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Microsoft Planner (beta): https://www.cdata.com/download/download.aspx?sku=UIZK-V&type=beta
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\microsoft-planner.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Microsoft Planner MCP Server by CData?
A read-only MCP server that lets LLMs like Claude Desktop query live Microsoft Planner data through natural language. It wraps the CData JDBC Driver for Microsoft Planner, which exposes Planner data as relational SQL models, so no SQL is required.
How to use Microsoft Planner MCP Server by CData?
Clone the repository, build with Maven, download and license the CData JDBC Driver for Microsoft Planner, configure the connection string using the provided utility, create a .prp file with connection properties, then configure Claude Desktop or run the server directly with java -jar. The server communicates via stdio.
Key features of Microsoft Planner MCP Server by CData
- Read-only access to Microsoft Planner data
- Provides
get_tables,get_columns, andrun_querytools - Natural language queries via any MCP client
- Uses
stdiotransport (same machine as client) - Built on the CData JDBC Driver for Microsoft Planner
Use cases of Microsoft Planner MCP Server by CData
- Ask Claude Desktop about Planner tasks, plans, or buckets
- Explore Planner schema and columns without writing SQL
- Get live answers about planner data through conversation
FAQ from Microsoft Planner MCP Server by CData
Is this server read-only?
Yes. This project builds a read-only MCP server. For full create, update, and delete capabilities, CData offers a separate MCP Server for Microsoft Planner (beta).
What transport protocol does it use?
The server uses stdio, so it can only be used with clients that run on the same machine as the server.
What tools are available?
Three tools: {servername}_get_tables (list available tables), {servername}_get_columns (list columns for a table), and {servername}_run_query (execute a SQL SELECT query).
What dependencies are required?
You need the CData JDBC Driver for Microsoft Planner installed and licensed, Java installed, and Maven to build the project.
How do I troubleshoot connection issues?
Use the Connection String utility to test the connection, then copy the resulting string into your `.prp
「推論」の他のコンテンツ
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
Emergency Medicare Management MCP Server
manolazemergency-medicare-planner-mcp-server
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
コメント