Skip to main content

A lightweight MCP server for automating MSBuild projects and solutions builds.

Project description

MSBuild MCP Server

A lightweight MCP (Model Context Protocol) server for automating MSBuild projects and solutions builds. It dynamically locates MSBuild and provides customizable build configuration options.

Features

  • Dynamic MSBuild Discovery: Automatically detects the MSBuild executable, ensuring compatibility with various Visual Studio installations.
  • Customizable Build Settings: Easily configure build options such as configuration, platform, verbosity level, parallel build CPU count, NuGet restore, and additional command-line arguments through LLM-driven tool invocation.
  • Clear Error Reporting: Filters and presents concise, relevant error messages upon build failures.
  • MCP Client Compatibility: Supports seamless integration with popular MCP clients such as VSCode, Cursor, Windsurf, and more. Configuration snippets for these clients are provided in the documentation.
  • Cross-Language Support: Supports MSBuild-compatible projects, including .sln, .csproj, and .vcxproj files, enabling builds for languages like C#, C++, and more across Windows platforms.

Prerequisites

Ensure the following prerequisites are installed:

  • Python 3.11 or higher
  • Visual Studio or Visual Studio Build Tools (for MSBuild)
  • uv (recommended)

Registering the MCP Server

Ensure uv is installed.

In the MCP settings of your AI tools (e.g., Cursor, Windsurf, Claude Desktop, etc.), add the following configuration:

{
  "mcpServers": {
    "msbuild-mcp-server": {
      "command": "uvx",
      "args": [
        "msbuild-mcp-server@latest"
      ]
    }
  }
}

Place this snippet in your client configuration file:

  • VSCode: .vscode/mcp.json
  • Cursor: ~/.cursor/mcp.json or <project-root>/.cursor/mcp.json
  • Windsurf: ~/.codeium/windsurf/mcp_config.json

Restart your tool to ensure that the msbuild-mcp-server and its provided tools are properly registered.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

msbuild_mcp_server-0.1.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

msbuild_mcp_server-0.1.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file msbuild_mcp_server-0.1.1.tar.gz.

File metadata

  • Download URL: msbuild_mcp_server-0.1.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for msbuild_mcp_server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c3e77d40f266624070742da95fee81a330a16ae17b293e6c4f346635ea16b69b
MD5 6d1d4fb2668a90b10518d8b335a1f14c
BLAKE2b-256 e64faceaad62a59e18625018189bb583f8d1967145085382a8a8fae571c9fa15

See more details on using hashes here.

File details

Details for the file msbuild_mcp_server-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for msbuild_mcp_server-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6aecbaac6938b9e993ba295fda53e36be2ff59fc6d5de3fe3922529339eeb6f3
MD5 01bc2d453751ca70b42542d2b36aa661
BLAKE2b-256 7c987e41e6c264dce3ae483a9e9b2d2554b4c0a1546d28219cdd46bdbc080e0a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page