Skip to content

vibekit mcp

Terminal window
vibekit mcp

Starts the MCP (Model Context Protocol) server. This is what your AI coding tool connects to.

You don’t normally run this directly. When you open a project with .mcp.json or opencode.json, your AI tool (Claude Code, OpenCode) starts the MCP server automatically via stdio.

When to use

Manual testing — Debug MCP tool behavior outside your AI tool.

Custom integrations — Connect other MCP clients to VibeKit.

What it provides

The MCP server exposes tools for:

CategoryExamples
AccountsCreate, list, fund, send payments
ContractsDeploy, call methods, delete apps
StateRead global, local, and box storage
AssetsCreate ASAs, transfer, opt-in
NetworkSwitch between localnet/testnet/mainnet
SearchQuery indexer, search GitHub for examples

Environment variables

The MCP server reads these from your config file, but you can override:

VariablePurpose
ALGORAND_NETWORKlocalnet, testnet, or mainnet
ALGOD_SERVERAlgod node URL
ALGOD_TOKENAlgod API token
INDEXER_SERVERIndexer URL
INDEXER_TOKENIndexer API token