MCP server for MarketNow — the web's largest verified MCP skills marketplace. Search 13,859+ skills with Sentinel security scores.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"marketnow-mcp-server": {
"command": "npx",
"args": [
"-y",
"edgarfloresguerra2011-a11y/marketnow-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add marketnow-mcp-server npx -y edgarfloresguerra2011-a11y/marketnow-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"marketnow-mcp-server": {
"command": "npx",
"args": [
"-y",
"edgarfloresguerra2011-a11y/marketnow-mcp-server"
]
}
}
}