Share:
About
Browse and search luxury design items on 1stDibs marketplace
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about 1stDibs.
- What is the 1stDibs MCP used for?
- This MCP allows you to browse and search for luxury design items available on the 1stDibs marketplace. It provides programmatic access to product listings.
- How do I install the 1stDibs MCP in a client like Cline?
- Installation in a client like Cline typically involves adding the MCP's slug, '1stdibs', to your client's configuration. Specific steps may vary based on the client you are using.
- Does the 1stDibs MCP require an API key or other credentials?
- No, this MCP does not require an API key or any other authentication credentials to function. It uses a 'none' authentication type.
- What are the primary capabilities of the 1stDibs MCP?
- The primary capabilities include browsing and searching for various luxury design items. This allows users to find products by querying the 1stDibs catalog.
- Are there any licensing costs associated with using the 1stDibs MCP?
- The MCP itself does not have explicit licensing costs. Any costs would depend on the underlying 1stDibs service or platform, which you should consult directly.
Install 1stDibs
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"1stdibs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1stdibs"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"1stdibs": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1stdibs"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"1stdibs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-1stdibs"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.