tei-mcp

by Pantagrueliste

248 downloads
Not rated
GitHub

About

Helps AI agents read and write valid TEI XML. Look up elements, check what goes where, validate documents, and apply project-specific customisations. Provides 16 tools covering element/class/macro lookup, attribute resolution across the full class hierarchy, content model expansi

Details

Author
Pantagrueliste
Downloads
248
Categories
Other

- 16 tools for TEI XML operations
- Element, class, and macro lookup
- Attribute resolution across full class hierarchy
- Content model expansion
- Nesting validation
- Document and single-element validation
- Regex search
- ODD customisation support

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name tei-mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "tei-mcp": {
            "tei": {
                "command": "uvx",
                "args": [
                    "tei-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "tei": {
        "command": "uvx",
        "args": [
            "tei-mcp"
        ]
    }
}

Helps AI agents read and write valid TEI XML. Look up elements, check what goes where, validate documents, and apply project-specific customisations. Provides 16 tools covering element/class/macro lookup, attribute resolution across the full class hierarchy, content model expansion, nesting validation, document and single-element validation, regex search, and ODD customisation support.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.