loading…
Search for a command to run...
loading…
An MCP server for the Talon accessibility framework that surfaces logs, configuration details, and status information. It enables users to interact with the Tal
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.
MCP (Model Context Protocol) server for the Talon accessibility framework. Surfaces important Talon information like logs and provides access to the Python REPL.
bun install
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
| Tool | Description |
|---|---|
talon_getLogs |
Get Talon log entries with optional filtering by level or search term |
talon_getStatus |
Check if Talon is running |
talon_repl |
Execute Python code in Talon REPL |
talon_getConfig |
Get Talon configuration paths (home, logs, user scripts) |
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"]
}
}
}
bun test # Run tests
bun run format # Format code
bun run lint # Lint code
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"talon-mcp": {
"command": "npx",
"args": []
}
}
}