voyager-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@voyager-mcpcreate a cli tool that greets the user"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Voyager-MCP
A Voyager-inspired MCP server that enables coding agents to build and immediately use CLI tools without restarting sessions.
Features
Single Tool: The tool exposes a single tool
run_shell_command.Skill library: Agents can add new commands in
~/.config/voyager/bin/.Dynamic schema: The
run_shell_commandtool description can be configured from~/.config/voyager/prompt.txt, and it also dynamically loads available executables in~/.config/voyager/bin/.Configurable: Each executable can provide a
.descfile, which will be included in therun_shell_commandtool description.Secure Execution: Uses subprocess with argument lists to prevent shell injection.
Related MCP server: projscan
Installation
# add it to claude code
claude mcp add voyager uvx voyager-mcp
# try it with mcp inspector
npx -y @modelcontextprotocol/inspector uvx voyager-mcpLICENSE
MIT
Citation
@article{wang2023voyager,
title = {Voyager: An Open-Ended Embodied Agent with Large Language Models},
author = {Guanzhi Wang and Yuqi Xie and Yunfan Jiang and Ajay Mandlekar and Chaowei Xiao and Yuke Zhu and Linxi Fan and Anima Anandkumar},
year = {2023},
journal = {arXiv preprint arXiv: Arxiv-2305.16291}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server for building and testing AI agents with multi-model experimentation and insights.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to automatically discover, install, and learn to use new tools without manual configuration.31 npm16MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that provides AI coding agents with AST-accurate, context-budget-aware codebase querying, safety gates, and team policy integration via structured tools and a local plugin layer.121 npm4MIT
- AlicenseBqualityFmaintenanceA universal MCP server that automatically discovers and registers CLI tools as AI-powered agents with persona configuration, enabling any CLI tool to be used as an MCP tool.41MIT
- AlicenseAqualityAmaintenanceAn MCP server that bridges AI assistants to other CLI tools, enabling capabilities like large-context reads, vision, file generation, and cross-vendor verification without API keys.62Apache 2.0