MCP Hub
Back to servers

Talon MCP

An MCP server for the Talon accessibility framework that surfaces logs, configuration details, and status information. It enables users to interact with the Talon Python REPL to execute code and manage the framework through natural language.

Updated
Feb 1, 2026

Talon MCP

MCP (Model Context Protocol) server for the Talon accessibility framework. Surfaces important Talon information like logs and provides access to the Python REPL.

Installation

bun install

Usage

Run the MCP server:

bun run tools/mcp-server.ts

Or use the CLI flags:

bun run tools/mcp-server.ts --help
bun run tools/mcp-server.ts --version

MCP Tools

ToolDescription
talon_getLogsGet Talon log entries with optional filtering by level or search term
talon_getStatusCheck if Talon is running
talon_replExecute Python code in Talon REPL
talon_getConfigGet Talon configuration paths (home, logs, user scripts)

Claude Code Configuration

Add to your MCP config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "talon-mcp": {
      "command": "bun",
      "args": ["run", "/path/to/talon_mcp/tools/mcp-server.ts"]
    }
  }
}

Development

bun test              # Run tests
bun run format        # Format code
bun run lint          # Lint code

License

MIT

Reviews

No reviews yet

Sign in to write a review