MCP Login Server
Related Servers
Alternatives to MCP Login Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables automated GitHub login through browser automation using Playwright. Provides MCP tools for programmatic authentication to GitHub accounts with credential management.1-
- FlicenseBqualityCmaintenanceMCP server for secure credential management, browser-based login automation, and TOTP/2FA auto-solving. Encrypts credentials with AES-256-GCM and automates login flows via Playwright.322-
- AlicenseNot gradedqualityDmaintenanceProvides automated login and credential refreshing for Mingdao (HAP) using Playwright to extract session tokens and cookies. It enables AI tools to maintain authenticated access to Mingdao Cloud for automation scripts and MCP configurations.MIT
- FlicenseNot gradedqualityCmaintenanceA stdio MCP server that resolves a template's logins and returns their plaintext credentials to the calling agent, typically to fill login forms via Playwright MCP.-
- FlicenseNot gradedqualityDmaintenanceEnables secure remote access to a Playwright-based MCP server with authentication and role-based access control powered by Descope.-
- AlicenseAqualityFmaintenanceStateful MCP server wrapping Playwright for browser automation. Provides tools to navigate, interact, and extract data from web pages via a persistent browser session.191,155MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: get_login_credentials retrieves stored credentials, perform_login executes the login process, navigate_to_pim handles post-login navigation, and test_connection checks URL accessibility. There is no overlap or ambiguity between these functions.
All tools follow a consistent verb_noun pattern (get_login_credentials, navigate_to_pim, perform_login, test_connection) with clear, descriptive names that uniformly use snake_case. No deviations or mixed conventions are present.
With 4 tools, this server is well-scoped for its login automation purpose. Each tool earns its place by covering distinct aspects: credential management, login execution, navigation, and connectivity testing, without being overly sparse or bloated.
The tool set covers core login workflows (testing, credential retrieval, login, post-login navigation) effectively. A minor gap exists in logout functionality, but agents can work around this, and the surface is largely complete for the stated domain.