Upload, organize, search, and transform images, videos, and files with AI-powered tools.
claude mcp add sample-mcp -- npx -y sample-mcp
claude_desktop_config.json
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"sample-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sample-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.subomi--sample-mcp/reviews or the review_server meta-tool.
POST /mcp