nebius/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Nebius MCP Server is a beta service that allows AI agents and assistants to fetch documentation for Nebius services and execute Nebius CLI commands through the Model Context Protocol.
The Nebius MCP Server is designed to facilitate interaction with Nebius services by providing a structured way to access documentation and execute commands via the Model Context Protocol (MCP). This server is currently in beta, meaning it is still under development and may have stability, safety, or correctness issues. Users are advised to exercise caution, especially when executing commands, as the server allows for the execution of any Nebius CLI commands, which could potentially lead to destructive or insecure outcomes. The server supports two main scenarios: retrieving and analyzing documentation for various Nebius services, and executing commands to obtain results. It requires Python (version >=3.13) with the uv package manager and Nebius CLI (version >=0.12.65) installed locally. The server can be integrated with platforms like Claude Desktop and VSCode Copilot, allowing users to leverage its capabilities within their preferred development environments.
Features
- Fetch documentation for Nebius services
- Execute Nebius CLI commands
- Integrate with Claude Desktop
- Integrate with VSCode Copilot
- Supports Python and Nebius CLI
Usages
usage with claude desktop
{ "mcpServers": { "Nebius MCP Server": { "command": "uv", "args": [ "run", "--with", "fastmcp", "fastmcp", "run", "~/.nebius/mcp-server/server.py" ] } } }
usage with vscode copilot
{ "mcp": { "servers": { "Nebius MCP Server": { "command": "uv", "args": [ "run", "--with", "fastmcp", "fastmcp", "run", "~/.nebius/mcp-server/server.py" ] } } } }
Tools
nebius_profiles
Information about configured Nebius CLI profiles
nebius_available_services
List of the available Nebius services
nebius_cli_help
Detailed help documentation for the Nebius CLI commands for the specified service
nebius_cli_execute
Generate and execute Nebius CLI command and return the result