Back to MCP Servers
Char Index
Precise character-level string indexing for LLMs. Provides tools for finding, extracting, and manipulating text by exact character position to solve position-based operations.
developer-toolsllm
By agent-hanju
Installation
npx -y char-index-mcpConfiguration
{
"mcpServers": {
"char-index-mcp": {
"command": "npx",
"args": ["-y", "char-index-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes