Veelenga Aws Sso Mcp
veelenga-aws-sso-mcp is a Claude Code plugin for the Operate phase that provides an MCP server for AWS SSO authentication with refreshing tokens.
Expose AWS SSO authentication and token refresh to Claude Code through an MCP server so agents can call AWS APIs without manual credential paste.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install veelenga-aws-sso-mcp@veelenga/aws-sso-mcpBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:veelenga/aws-sso-mcp") and the paste-ready config with skillselion.get_install_config("plugin:veelenga/aws-sso-mcp").
What it does
veelenga-aws-sso-mcp packages one Claude Code plugin that runs an MCP server wired for AWS SSO authentication and token refresh. Solo builders and small teams on AWS Identity Center can let the agent obtain and renew credentials instead of copying access keys into chat or stale shell exports. The focus is narrow and valuable: keep SSO sessions valid while you iterate on infra scripts, debug IAM, or invoke AWS APIs from Claude-driven workflows. It does not replace your org’s SSO portal or full IAM design; it reduces friction between corporate or personal AWS SSO login and MCP-capable agents. Register it when you already use AWS SSO daily and want Claude Code tools to respect the same auth boundary with automatic refresh semantics described in the plugin keywords.
Highlights
- Single-plugin bundle: AWS SSO MCP server for Claude Code
- Authentication flow aligned with AWS SSO rather than long-lived static keys
- Token refreshing so agent sessions do not die mid-deploy or mid-debug
- MCP protocol bridge between Claude Code and AWS identity
- Keywords: authentication, aws, sso, server, tokens
Why builders use it
Agent workflows against AWS stall when SSO tokens expire and there is no MCP-native way to re-authenticate safely.
After install, Claude Code can use the AWS SSO MCP server to authenticate and refresh tokens for AWS-aware tool calls.
At a glance
- Type - Plugin in DevOps.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is veelenga-aws-sso-mcp for?
Developers using AWS SSO who want Claude Code MCP tools to handle authentication and token refresh.
When should I use veelenga-aws-sso-mcp?
Use it when operating or building against AWS accounts where SSO sessions must stay fresh during long agent sessions.
How do I add veelenga-aws-sso-mcp to my agent?
Install the veelenga/aws-sso-mcp plugin in Claude Code, configure the MCP server entry, and complete AWS SSO login per your org’s Identity Center setup.
Comments
Share how you use veelenga-aws-sso-mcp, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.