nicepick-mcp
v1.0.2
Published
Opinionated 'which tool should I pick?' verdicts for AI agents — the decision layer next to your docs. 900+ structured tool/library/framework comparisons.
Maintainers
Readme
NicePick MCP — the verdict layer for AI agents
Your docs tool (Context7) tells an agent how to use the library it already chose. NicePick tells it which one to choose.
900+ structured, opinionated tool/library/framework comparisons. No hedging — every query returns a winner and a decisive reason. Backed by nicepick.dev.
Tools
compare_tools(tool_a, tool_b)— head-to-head verdict.postgresqlvsmysql,reactvssvelte,vitevswebpack. Returns the pick, why, and when to use each.recommend_tool(query)— best pick for a use-case."best vector database","best python web framework".
Install (Claude Desktop / Cursor / any MCP client)
{
"mcpServers": {
"nicepick": {
"command": "npx",
"args": ["-y", "nicepick-mcp"]
}
}
}Or run directly: node index.mjs (talks MCP over stdio).
Why
LLMs hallucinate non-existent packages in ~20% of generated code. Picking the right real tool is a decision they're bad at and there's no current source for — registries rank by popularity, docs assume you've chosen, and chat is un-opinionated. NicePick is the structured, opinionated verdict — the one shape a model can't reliably produce from training data.
MIT. No API key required.
