Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"metashape-mcp": {
"command": "uv",
"args": [
"run",
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"metashape-mcp"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub jenkinsm13/claude-plugins --plugin metashape-mcp