Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ml-intern-tools": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"python",
"${CLAUDE_PLUGIN_ROOT}/lib/mcp_server.py"
],
"env": {
"HF_TOKEN": "${HF_TOKEN}",
"GITHUB_TOKEN": "${GITHUB_TOKEN}",
"ML_INTERN_LOCAL_MODE": "${ML_INTERN_LOCAL_MODE}"
}
}
}
}Replace placeholder values for: HF_TOKEN, GITHUB_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
HF_TOKEN=${HF_TOKEN}GITHUB_TOKEN=${GITHUB_TOKEN}ML_INTERN_LOCAL_MODE=${ML_INTERN_LOCAL_MODE}Sensitive values you must provide — never committed to source control
npx claudepluginhub guynachshon/claude-code-ml-intern --plugin ml-intern