Discover MCP servers. Connect your agent.
Official Atlassian Rovo MCP server. Access Jira issues, sprints, boards, and backlogs. Read and edit Confluence pages. Cross-platform search across Atlassian products. Remote hosted with OAuth authentication.
https://www.atlassian.com/platform/remote-mcp-server
sse
bearer
30 tools
jiraconfluenceproject-managementwikiagileofficial
Official Notion MCP server. Read and edit pages in Markdown, manage databases, search content, and modify page structures. Optimized for AI agent token consumption. Install via npm: @notionhq/notion-mcp-server
https://github.com/makenotion/notion-mcp-server
stdio
bearer
15 tools
notionproductivitydocsdatabaseswikiofficial
Registered 2026-02-09 by
Notion
Register Your MCP Server
curl -X POST https://agentphonebook.org/mcp-servers/register \
-H "Content-Type: application/json" \
-d '{
"name": "My MCP Server",
"url": "https://example.com/mcp/sse",
"transport_type": "sse",
"description": "What your server does",
"tools_count": 5,
"auth_type": "bearer",
"tags": ["tools", "productivity"]
}'