Since we don’t have direct access to the local MCP server (time), we can’t actually send an RPC to that server. Instead of cursor/MCP
Let me explain exactly how it is called from the client.
Question
Is my json file structure the problem?
Or what kind of installation will not work?
Is there a way to delete and reinstall using cursor cli?
thank you
If this is not a bug report, please move it to the Help category!
Thanks for the config, the structure looks correct.
A couple things to double-check:
Does the server work outside the CLI? Open PowerShell, go to your project directory, and run:
python -m mcp_server_time
If you get an error here, the issue is in the Python module itself, not the CLI.
Does it work in the Cursor IDE? In Cursor, check Settings > MCP and see if time shows up as connected. If it works in the IDE but not in the CLI, that points to a known Windows-only CLI issue.
There are known issues with stdio-based MCP servers in the CLI on Windows. The team is aware and tracking it. Confirming the two checks above will help narrow down the cause.
Good, I can see from the screenshots that the root workspace issue is fixed. The mcp_server_time module just wasn’t installed, and after running pip install mcp-server-time everything works in both the CLI and the IDE.
About the project folder error you mentioned in your last message, can you share the details here in the thread instead of email? Specifically:
The exact error output you’re seeing
Are you using a virtual environment venv in that project? If yes, you might need to install the module there too:
pip install mcp-server-time
Does the project have its own .cursor/mcp.json, or is it using the global config?
That’ll help confirm whether it’s the same missing module issue or something else.