AuraFriday/llm_mcp
MCP server that runs local LLMs (with full access to MCP tools included). Callable by Python to chain MCP tools with local intelligence.
Platform-specific configuration:
{
"mcpServers": {
"llm_mcp": {
"command": "npx",
"args": [
"-y",
"llm_mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...