get_threads_for_sender — EmailMCP MCP Tool Read-only
get_threads_for_sender
(get threads for sender) is one of 56 tools on the
EmailMCP
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_threads_for_sender from your client
- Claude Code EmailMCP get_threads_for_sender run in your project directory
- Claude Desktop EmailMCP get_threads_for_sender ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor EmailMCP get_threads_for_sender ~/.cursor/mcp.json
- VS Code EmailMCP get_threads_for_sender .vscode/mcp.json
- Zed EmailMCP get_threads_for_sender ~/.config/zed/settings.json
- Windsurf EmailMCP get_threads_for_sender ~/.codeium/windsurf/mcp_config.json
- Cline EmailMCP get_threads_for_sender ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI EmailMCP get_threads_for_sender ~/.gemini/settings.json
- Grok EmailMCP get_threads_for_sender .mcp.json (in your project root)
- ChatGPT EmailMCP get_threads_for_sender Settings → Connectors → Advanced → Developer mode
- Claude.ai EmailMCP get_threads_for_sender Settings → Connectors → Add custom connector
- LangChain EmailMCP get_threads_for_sender pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http emailmcp https://mcp.setip.io/mcp
Other tools on this server
- send_email
- send_template_email
- validate_email
- get_email_usage
- verify_email_setup
- list_email_accounts
- read_inbox
- get_mailbox_status
- list_mailboxes
- start_smtp_receiver
- stop_smtp_receiver
- get_smtp_receiver_status
- get_forwarded_emails
- get_conversation_threads
- get_conversation_context
- check_email_config
- configure_mailgun
- test_email_config
- create_mailbox
- delete_mailbox
- list_local_mailboxes
- request_email_ip
- check_ip_status
- get_dns_records
- verify_autonomous_setup
- setup_autonomous_security
- create_email_rule
- list_email_rules
- delete_email_rule
- update_email_rule
- start_idle_watch
- stop_idle_watch
- get_idle_status
- provision_start
- provision_resume
- provision_status
- list_cloud_providers
- start_health_monitor
- get_health_status
- add_sending_domain
- list_sending_domains
- remove_sending_domain
- get_domain_dns_records
- regenerate_zone_file
- create_email_account
- delete_email_account
- list_email_accounts_managed
- reset_account_password
- start_domain_verification
- stop_domain_verification
- get_domain_verification_status
- get_domain_verification_emails
- set_personal_email_credentials
- get_suppression_list
- remove_from_suppression
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.