Skip to main content

Veeam Ports MCP server!

  • March 23, 2026
  • 4 comments
  • 33 views

Forum|alt.badge.img+3
  • Comes here often

Hi all,

 

I wanted to share the new Veeam Ports MCP server with the community. This gives you the ability to interact with the Veeam Ports underlying database to create rich designs using LLM clients that support MCP, like Claude and VS Code.

https://github.com/shapedthought/veeam-ports-mcp

To install in Claude:

  • Install Python
  • Install UV
  • Run: claude mcp add veeam-ports -- uvx veeam-ports-mcp
  • Update your Claude desktop configuration file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"veeam-ports": {
"command": "uvx",
"args": ["veeam-ports-mcp"]
}
}
}

I am still working to improve it to provide greater fidelity. Currently, the best way to work with it is to ask the AI to walk you through putting a design together; that way, it will guide you in selecting what you need in the correct order.

There is also a tool called generate_app_import. When you're happy with the design, you can ask the AI to use this tool, and it will create a Magic Ports-compatible JSON file. This allows you to refine the port mappings. 

Please give it a go and send over any feedback or create an issue on GitHub. 

Cheers,

Ed 

4 comments

Chris.Childerhose
Forum|alt.badge.img+21

This is very interesting and cool.  Exploring AI recently and using it more often, so this will be helpful.  Time to explore.


coolsport00
Forum|alt.badge.img+21
  • Veeam Legend
  • March 24, 2026

This is a very neat AI-integration idea ​@EdxH ! Thank you for sharing with the Community 👍🏻


Forum|alt.badge.img+3
  • Author
  • Comes here often
  • March 24, 2026

This is a very neat AI-integration idea ​@EdxH ! Thank you for sharing with the Community 👍🏻

Thanks, I always think that the best way to learn it to try it yourself.


kciolek
Forum|alt.badge.img+1
  • Influencer
  • March 24, 2026

great idea and thanks for sharing!