From metashape-mcp
Local stdio MCP server running metashape-mcp via uv (Python tool), providing files capabilities. Likely enables interaction with Metashape software for project files and photogrammetry tasks. No secrets required.
npx claudepluginhub jenkinsm13/claude-plugins --plugin metashape-mcpAdd to your .mcp.json:
{
"mcpServers": {
"metashape-mcp": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"metashape-mcp"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv