EV
@modelcontextprotocol
Reference / test server with prompts, resources, and tools.
87k1w ago0 toolslocal
$
npx -y @modelcontextprotocol/server-everythingCisco pyATS server enabling structured, model-driven interaction with network devices.
$ pip install -r requirements.txtOr add it with the Claude CLI: claude mcp add automateyournetwork-pyats-mcp
pyats_list_devicespyats_search_devicespyats_run_show_commandpyats_ping_from_network_devicepyats_run_linux_commandpyats_configure_devicepyats_configure_devices_multipyats_configure_with_diffpyats_rollback_configpyats_device_healthpyats_get_neighborspyats_find_interface_by_ippyats_run_dynamic_testpyats_get_operation_log{ "mcpServers": { "automateyournetwork-pyats-mcp": { "command": "pip", "args": ["install", "-r", "requirements.txt"], "env": { "CORE1_PASSWORD": "<your-core1-password>", "CORE1_ENABLE_PASSWORD": "<your-core1-enable-password>", "FW1_PASSWORD": "<your-fw1-password>", "LINUX1_PASSWORD": "<your-linux1-password>", "SITE_A_PASSWORD": "<your-site-a-password>", "SITE_A_ENABLE_PASSWORD": "<your-site-a-enable-password>", "CORE1_OS": "<your-core1-os>", "CORE1_PLATFORM": "<your-core1-platform>", "CORE1_USERNAME": "<your-core1-username>", "CORE1_IP": "<your-core1-ip>" } } } }
Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.
Reference / test server with prompts, resources, and tools.
npx -y @modelcontextprotocol/server-everythingOfficial GitHub server for integration with repository management, PRs, issues, and more.
A high-level framework for building MCP servers in Python