Skip to main content
Glama
trillium
by trillium

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

Related MCP server: textual-mcp-server

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

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)

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    An experimental MCP server providing full control over the macOS user interface through mouse, keyboard, and window management tools. It enables AI assistants to automate desktop tasks by utilizing native accessibility APIs and OCR for real-time screen comprehension.
    7
    Creative Commons Zero v1.0 Universal
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that gives any AI assistant eyes and hands on your desktop — screenshots, clicking, typing, OCR, window management, accessibility-tree queries, workflow recording.
    5
    Apache 2.0

Latest Blog Posts

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/trillium/talon_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server