MCP Server
Active
MIT
Microsoft Project MCP Server
io.github.HorizunGroup/horizun-msproject-mcp
What is the Microsoft Project MCP server?
Audit, reschedule and author Microsoft Project schedules. No Java, no Project install.
How to install Microsoft Project
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"horizun-msproject-mcp": {
"command": "dnx",
"args": [
"HorizunMsProjectMcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"horizun-msproject-mcp": {
"command": "dnx",
"args": [
"HorizunMsProjectMcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"horizun-msproject-mcp": {
"command": "dnx",
"args": [
"HorizunMsProjectMcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"horizun-msproject-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"HorizunMsProjectMcp"
]
}
}
}Claude Code
claude mcp add horizun-msproject-mcp -- dnx HorizunMsProjectMcpRelated MCP servers
Horizun Revit MCP
Active
Open-source MCP server for Autodesk Revit: typed BIM edits, families, exports and Power BI.
11
View repository →C#
Apache-2.0
Horizun PBI MCP
Active
Open-source MCP server for Power BI Desktop, DAX, PBIP, TMDL and PBIR automation.
9
View repository →Python
Apache-2.0