The use-mcp MCP server provides a React hook for connecting applications to Model Context Protocol servers. It exposes a simple interface for integrating AI agents with React components. The server connects to any MCP-compatible server, allowing developers to fetch and update context data. Use this for building React applications that interact with AI agents through the Model Context Protocol.
The use-mcp MCP server provides a React hook for connecting applications to Model Context Protocol servers. It exposes a simple interface for integrating AI agents with React components. The server connects to any MCP-compatible server, allowing developers to fetch and update context data. Use this for building React applications that interact with AI agents through the Model Context Protocol.
npx -y use-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"use-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y use-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from use-mcp?"
API Key Required
This server requires an API key from use-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| USE-MCP_API_KEY | Yes | Your use-mcp API key |
"What resources are available in use-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in use-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in use-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.