MCP and Tools

MCP and Tools

 

 

claude mcp add --transport sse --scope local atlassian https://mcp.atlassian.com/v1/sse claude mcp add --transport sse --scope project atlassian https://mcp.atlassian.com/v1/sse

 

<project-root>.mcp.json

{ "mcpServers": { "atlassian": { "type": "sse", "url": "https://mcp.atlassian.com/v1/sse" } }, "filesystem": { "type": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/Users/justinmeyer/dev/western-carolina-discovery" ] } }

 

 

Run claude again

Then /mcp

 

It might ask you about allowing this new MCP server.

 

Then it will say Atlassian needs authentication.

image-20260303-041342.png


Hit enter by atlassian ….

 

image-20260303-041406.png

Select 1 to authenticate

Browser will open.

 

For ClaudeCode for VSCode, you can run /mcp and there’s a Manage Servers that will open up claude. There’s also a MCP Status that will tell you if you’re connected:

 

 

Are you able to read the contents of: https://bitovi.atlassian.net/browse/TF-10

image-20260303-041942.png

 

 

Once connected, you can:

 

image-20260303-042016.png