Dynamic365 CRM MCP Server
@SolynAI
关于 Dynamic365 CRM MCP Server
Developed by AI technology innovator Solyn.ai, the Microsoft CRM MCP Server is an enterprise-grade middleware platform designed to bridge AI-driven intelligence with Microsoft Dynamics 365 ecosystems. The system enables seamless integration of Claude, GPT, and other AI models wi
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Dynamic_CRM_MCP_Server": {
"command": "python",
"args": [
"Dynamic_CRM_MCP_Server/server.py"
],
"env": {
"CLIENT_ID": "<your_client_id>",
"CLIENT_SECRET": "<your_client_secret>",
"TENANT_ID": "<your_tenant_id>",
"RESOURCE": "<your_dynamics365_resource_url>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Dynamic365 CRM MCP Server?
A Model Context Protocol (MCP) server that provides tools to interact with Microsoft Dynamics 365. It allows users to retrieve user information, accounts, opportunities, create and update records directly from Claude Desktop. Built by Solyn.AI for AI-native enterprise applications.
How to use Dynamic365 CRM MCP Server?
Install Python 3.10 or later, clone the repository, install dependencies with pip install -r requirements.txt, then configure Claude Desktop’s settings.json with your Azure AD credentials (CLIENT_ID, CLIENT_SECRET, TENANT_ID, RESOURCE). The server exposes 19 tools that Claude can invoke to perform CRM operations.
Key features of Dynamic365 CRM MCP Server
- Create, read, and update leads, contacts, accounts, opportunities, and incidents
- Query entities using OData filters with the
query_entitytool - Retrieve sales orders, campaigns, products, price levels, and email records
- Look up entity IDs by search criteria with exact match support
- Supports up to 1000 records per call via the optional
topparameter
Use cases of Dynamic365 CRM MCP Server
- Manage customer leads and contacts from a conversational AI interface
- Create and track sales opportunities and orders without leaving Claude Desktop
- Retrieve account and campaign lists for sales or marketing reviews
- Look up entity IDs to reference in subsequent create/update operations
- Query any Dynamics 365 entity with custom OData filters for ad‑hoc data exploration
FAQ from Dynamic365 CRM MCP Server
What are the prerequisites?
Python 3.10 or later, access to a Dynamics 365 instance with API permissions, and an Azure Active Directory (AAD) application with the Dynamics CRM user_impersonation and Office 365 Exchange Online permissions.
How do I authenticate?
The server uses OAuth via Azure AD. Set the environment variables CLIENT_ID, CLIENT_SECRET, TENANT_ID, and RESOURCE (your Dynamics 365 instance URL) in your Claude Desktop configuration.
What tools are available?
The server provides 19 tools covering leads, contacts, accounts, opportunities, sales orders, incidents, campaigns, products, price levels, emails, activities, appointments, and a generic entity query (query_entity).
Does the server store my data?
No. All data lives in your Dynamics 365 instance; the server only relays requests and responses between Claude and Dynamics 365.
Can I control the number of records returned?
Yes. Most list tools accept an optional top parameter (default 1000 for most, 100 for get_all_activities).
数据与分析 分类下的更多 MCP 服务器
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
评论