jarossk/jules-mcp-server
If you are the rightful owner of jules-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Jules MCP Server is a Node.js application that provides programmatic access to the Google Jules API, enabling coding agents to create and manage Jules sessions.
Tools
Functions exposed to the LLM to take actions
jules_create_session
Create a new session bound to a source.
jules_get_session
Fetch a single session by resource name.
jules_list_sessions
List sessions with pagination controls.
jules_approve_plan
Approve the outstanding plan for the agent to proceed.
jules_send_message
Send a user message into a running session.
jules_list_activities
Enumerate activities for a session.
jules_get_activity
Retrieve an individual activity by resource name.
jules_list_sources
Discover available Jules sources.
jules_get_source
Read a single source definition.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client