Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From skill-seekers
Python-based MCP server using FastMCP for skill-seeking or skills-related queries. Runs locally as a subprocess. Exact purpose not specified.
npx claudepluginhub yusufkaraaslan/skill-seekers-pluginCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"skill-seekers": {
"command": "python",
"args": [
"-m",
"skill_seekers.mcp.server_fastmcp"
]
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.