elizaos_mcp
The Society ElizaOS Connector MCP enables the integration of ElizaOS agents with the Cursor IDE, allowing users to interact with agents, list available agents, and manage connections directly from the IDE. Its design facilitates seamless local operation, employing straightforward configurations.
What are the prerequisites for using the Society ElizaOS Connector MCP?
You need Node.js and npm (v14 or higher), an ElizaOS server instance running and accessible, and Cursor IDE with MCP support.
How do I configure the MCP for local development?
Clone the repository, install dependencies, build the package, and run the server locally. Update your .cursor/mcp.json
to point to your local version.
What should I do if I encounter 'Missing required ElizaOS environment variables' error?
Ensure that ELIZAOS_USER_ID
, ELIZAOS_WORLD_ID
, and ELIZAOS_SERVER_URL
are set in your MCP configuration.
How can I troubleshoot connection issues with ElizaOS?
Verify that your ElizaOS server is running at the specified URL and that the agent and room IDs are valid and match.