Moltbot + MCP Integration

MCP (Model Context Protocol) is a standard for letting agents use external tools. This guide shows a minimal MCP setup.

1) Install the MCP client skill

moltbot skill install mcporter

2) Run a simple MCP server

For a local filesystem server:

npx @modelcontextprotocol/server-filesystem \
  --root ~/Documents

3) Connect Moltbot to the MCP server

moltbot mcp add \
  --name filesystem \
  --url http://localhost:8000

4) Test tool access

Ask the agent to list files or read a document from the MCP server.