embodied-mcp
Click on "Install 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., "@embodied-mcpHow many plush toys are on the bed?"
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.
embodied-nav-mcp
A language model that can look around a room, go to what it names, count what it sees, and stop when it is done.
The model decides what to do. The sensors decide where things are.
Tools
Tool | What it does |
| Four perspective faces from the 360° camera, plus pose |
| Referring expression → pixel box → lidar metres → converter-snapped waypoint |
| Publish one map-frame |
| Park so the planner stops chasing the last waypoint |
| Split a counting question into target / anchor |
| Count this vantage only; each instance is lidar-lifted |
| Cluster looks by position; publish the integer |
| Lidar AABB of the last |
commit_count does not take a number from the model. Two views of four pillows become 4, not 8.
Geometry is the Type 3 stack from Team Xiao Hei’s feat/xiao-hei-instruction-merge: size gate, blind-cone handling, converter settle pose, park-on-exit.
Install
uv sync --extra dev
export ANTHROPIC_API_KEY=...
uv run pytestPython 3.11+. Live robot/sim needs ROS Jazzy and the autonomy stack. Tests use a fake robot and need neither.
Try it
# Dry run, no ROS
uv run embodied-mcp-agent --fake "How many blue chairs are between the table and the wall?"
uv run embodied-mcp-agent --fake "Find the potted plant on the kitchen island closest to the fridge."
uv run embodied-mcp-agent --fake "Take the path near the window to the fridge."On a robot (or in the challenge container) with the stack up:
uv run embodied-mcp-challenge
# evaluators still run: ros2 launch dummy_vlm dummy_vlm.launchembodied-mcp --attach-ros is the same tools over stdio MCP. The challenge node calls them in-process: a robot container has no public URL for a remote MCP connector.
CMU VLN Challenge
Drop-in adapter: examples/cmu_vln/. Package name dummy_vlm is unchanged.
Type | Tools | ROS out |
Numerical |
|
|
Object reference |
|
|
Instruction-following |
|
|
Allowed sensors: /camera/image, /registered_scan, /terrain_map, /terrain_map_ext, /state_estimation. Arrival is /state_estimation, not /way_point_reached. One question per process.
Configuration
Variable | Default | |
| — | required |
|
| host and pixel-grounding / counting model |
|
| seconds from process start |
|
| camera topic |
License
MIT. Vendored geometry and ROS I/O from Team Xiao Hei; see NOTICE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Video scene understanding for AI agents via the Primate Vision API.
E2LLM gives your AI eyes and hands in a real browser: structured perception (SiFR) plus action.
Codebase intelligence for agents: 152 structured artifacts across 21 programs, one call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aryanmangal769/embodied-nav-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server