tabler mcp server for Cursor
io.github.mafady/tabler-mcp-server
Tabler.io for AI assistants: search 5,000+ icons, UI components, layouts, themes and docs.
client:Cursor
transport:stdio
runtime:npm
Install tabler mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tabler-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tabler-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs