confd-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@confd-mcpsearch for museums in London with the 'art' tag"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@stqry/confd-mcp
MCP server for the ConFd museums, organizations, and conferences API.
Install
npm install -g @stqry/confd-mcpYou'll need a ConFd API key. Set these environment variables:
export CONFD_API_URL="https://confd.stqry.com/api/v1"
export CONFD_API_KEY="your-api-key"Setup
Claude Code
claude mcp add confd -- npx -y @stqry/confd-mcpThen set the environment variables in your shell before launching Claude Code, or add them to your shell profile.
Claude Desktop
Add to your config file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"confd": {
"command": "npx",
"args": ["-y", "@stqry/confd-mcp"],
"env": {
"CONFD_API_URL": "https://confd.stqry.com/api/v1",
"CONFD_API_KEY": "your-api-key"
}
}
}
}Tools (18)
Museums
Tool | Description |
| Search and filter museums by name, country, source, tag, published/discarded status |
| Get a museum by ID |
| Create a new museum |
| Update a museum by ID |
| Create or update a museum by source identifier |
| Upload a logo (from URL, base64, or file path) |
| Remove a museum's logo |
Organizations
Tool | Description |
| Search and filter organizations |
| Get an organization by ID |
| Create a new organization |
| Update an organization by ID |
| Create or update by source identifier |
| Upload a logo |
| Remove an organization's logo |
Conferences
Tool | Description |
| Search and filter conferences by name, country, organization, tag, scope (upcoming/past) |
| Get a conference by ID |
| Create a new conference with dates, venue, registration info |
| Update a conference by ID |
Development
npm install
npm run dev # Watch mode
npm run build # Production build
npm start # Run the serverThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mytours/confd-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server